1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 20:16:10 +08:00
This commit is contained in:
Nicholas Hastings
2012-05-26 15:00:00 -04:00

View File

@ -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;