summaryrefslogtreecommitdiffstats
path: root/src/Render.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Render.hpp')
-rw-r--r--src/Render.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Render.hpp b/src/Render.hpp
index b8963c7..9a9feee 100644
--- a/src/Render.hpp
+++ b/src/Render.hpp
@@ -44,6 +44,7 @@ class Render {
std::unique_ptr<RmlFileInterface> rmlFile;
Rml::Context* rmlContext;
unsigned short sdlKeyMods = 0;
+ bool hideRml = false;
void SetMouseCapture(bool IsCaptured);