HUD hide mode fix

This commit is contained in:
MihailRis
2024-01-12 13:21:40 +03:00
parent faabb8178a
commit 31b0349757
3 changed files with 30 additions and 14 deletions
+2 -1
View File
@@ -45,7 +45,8 @@ public:
HudRenderer(Engine* engine, LevelFrontend* frontend);
~HudRenderer();
void update();
void update(bool hudVisible);
void drawOverlay(const GfxContext& context);
void draw(const GfxContext& context);
void drawDebug(int fps);