mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-29 13:39:19 +00:00
arm64 : fix mempool align
This commit is contained in:
+1
-1
@@ -2304,7 +2304,7 @@ inline void R_DrawDecalMeshList( DecalMeshList_t &meshList )
|
||||
}
|
||||
|
||||
#define DECALMARKERS_SWITCHSORTTREE ((decal_t *)0x00000000)
|
||||
#define DECALMARKERS_SWITCHBUCKET ((decal_t *)0xFFFFFFFF)
|
||||
#define DECALMARKERS_SWITCHBUCKET ((decal_t *)-1)
|
||||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user