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 379ca66..8bdcd63 100644
--- a/src/Render.hpp
+++ b/src/Render.hpp
@@ -48,6 +48,7 @@ class Render {
Rml::Context* rmlContext;
unsigned short sdlKeyMods = 0;
bool hideRml = false;
+ size_t renderBuff = 0;
void SetMouseCapture(bool IsCaptured);