mirror of
https://github.com/celisej567/source-engine.git
synced 2026-09-19 20:09:06 +03:00
osx : fix syscalls
This commit is contained in:
@@ -34,7 +34,7 @@ inline void RangeCheck( const T &value, int minValue, int maxValue )
|
||||
if ( ThreadInMainThread() && g_bDoRangeChecks )
|
||||
{
|
||||
// Ignore the min/max stuff for now.. just make sure it's not a NAN.
|
||||
Assert( _finite( value ) );
|
||||
Assert( IsFinite( value ) );
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user