diff options
Diffstat (limited to 'mp/src/public/engine/ivdebugoverlay.h')
| -rw-r--r-- | mp/src/public/engine/ivdebugoverlay.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mp/src/public/engine/ivdebugoverlay.h b/mp/src/public/engine/ivdebugoverlay.h index 51aeafd1..0b24c777 100644 --- a/mp/src/public/engine/ivdebugoverlay.h +++ b/mp/src/public/engine/ivdebugoverlay.h @@ -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;
|