summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoraura <nw@moneybot.cc>2026-03-05 02:11:46 +0100
committeraura <nw@moneybot.cc>2026-03-05 02:11:46 +0100
commit8301b438f450b5210f93d027b27bcd3a5171fbf1 (patch)
treeace4b54f42756ad74894a5dd65c5328d662a9610 /src
parent7a37b56baed0cce79c228e9e1969917aa8db24dc (diff)
fix timescale
Diffstat (limited to 'src')
-rw-r--r--src/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp
index b0071d0..b356917 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -18,7 +18,7 @@
#include "render/gl_batch.h"
#include "util.h"
-CVAR* g_timescale = var_new( "g_timescale", .5f );
+CVAR* g_timescale = var_new( "g_timescale", 1.f );
static void game_realtime_resize_repaint( void* userdata );