mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 03:56:10 +08:00
* Added support for building shaders in your mod
* Added nav mesh support * fixed many warnings and misc bugs * Fixed the create*projects scripts in mp * Added a bunch of stuff to .gitignore
This commit is contained in:
@ -25,7 +25,7 @@ class Vector;
|
||||
|
||||
// When used as a duration by a server-side NDebugOverlay:: call,
|
||||
// causes the overlay to persist until the next server update.
|
||||
#define NDEBUG_PERSIST_TILL_NEXT_SERVER (0.01023f)
|
||||
#define NDEBUG_PERSIST_TILL_NEXT_SERVER (0.0f)
|
||||
|
||||
class OverlayText_t;
|
||||
|
||||
|
Reference in New Issue
Block a user