aboutsummaryrefslogtreecommitdiff
path: root/game/hud/HudScript.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/hud/HudScript.h')
-rw-r--r--game/hud/HudScript.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/game/hud/HudScript.h b/game/hud/HudScript.h
index aa92582..8e7e8fc 100644
--- a/game/hud/HudScript.h
+++ b/game/hud/HudScript.h
@@ -9,4 +9,5 @@ public:
void frame_update(crepe::duration_t dt) override;
private:
crepe::SaveManager* savemgr;
+ bool show_fps = false;
};