mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 17:59:37 +00:00
amd64: fix multithread, fix vgui, fix physmodels
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
class CPhysCollideVirtualMesh;
|
||||
|
||||
CTSPool< CUtlVector<CPhysCollideVirtualMesh *> > g_MeshFrameLocksPool;
|
||||
CThreadLocalPtr< CUtlVector<CPhysCollideVirtualMesh *> > g_pMeshFrameLocks;
|
||||
CTHREADLOCALPTR(CUtlVector<CPhysCollideVirtualMesh *>) g_pMeshFrameLocks;
|
||||
|
||||
// This is the surfacemanager class for IVP that implements the required functions by layering CPhysCollideVirtualMesh
|
||||
class IVP_SurfaceManager_VirtualMesh : public IVP_SurfaceManager
|
||||
|
||||
Reference in New Issue
Block a user