mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 01:39:36 +00:00
amd64: fix multithread, fix vgui, fix physmodels
This commit is contained in:
@@ -45,7 +45,9 @@ class CShowZone : public IForEachNavArea
|
||||
public:
|
||||
virtual bool Inspect( const CNavArea *area )
|
||||
{
|
||||
#ifdef NEXT_BOT
|
||||
area->DrawFilled( 255, 255, 0, 255, 9999.9f );
|
||||
#endif
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user