1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 03:56:10 +08:00

Correct CBaseIntHandle alignment

This commit is contained in:
GAMMACASE
2025-06-05 16:29:44 +03:00
parent 854cac5ec0
commit e2731b48a1

View File

@ -472,7 +472,7 @@ struct interval_t
// Typesafe 8-bit and 16-bit handles. // Typesafe 8-bit and 16-bit handles.
template< class HandleType > template< class HandleType >
class ALIGN8 CBaseIntHandle class CBaseIntHandle
{ {
public: public: