Tweaked comments.

This commit is contained in:
Caball009
2026-07-23 13:33:52 +02:00
parent 5c7d1af309
commit bf125f5671
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -154,6 +154,7 @@ namespace demo_timescale
// add timescale support for lua ui elements during demo playback
LUI_Layout_hook.create(game::LUI_Layout, set_delta_time_ui_elements);
// allow the user to control the timescale during demo playback
demo_timescale = game::Dvar_RegisterFloat(
"demotimescale", 1.0f, 0.0f, 1000.0f, game::DVAR_FLAG_NONE, "Set playback speed for demos");
}