mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-20 04:26:03 +08:00
Merge.
This commit is contained in:
@ -4058,7 +4058,7 @@ public:
|
||||
|
||||
FORCEINLINE void Init( void )
|
||||
{
|
||||
for( int i = 0; i < (int)ARRAYSIZE( m_Mins ); i++ )
|
||||
for( int i = 0; i < (int)Q_ARRAYSIZE( m_Mins ); i++ )
|
||||
{
|
||||
m_Mins[i] = Four_FLT_MAX;
|
||||
m_Maxes[i] = Four_Negative_FLT_MAX;
|
||||
|
Reference in New Issue
Block a user