mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-20 04:26:03 +08:00
SDK sync.
This commit is contained in:
@ -1187,7 +1187,7 @@ inline Vector &AllocTempVector()
|
||||
}
|
||||
ThreadPause();
|
||||
}
|
||||
return s_vecTemp[nIndex & 0xffff];
|
||||
return s_vecTemp[nIndex];
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user