summaryrefslogtreecommitdiffhomepage
path: root/floormat
diff options
context:
space:
mode:
Diffstat (limited to 'floormat')
-rw-r--r--floormat/main.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/floormat/main.hpp b/floormat/main.hpp
index 8239a05a..59039152 100644
--- a/floormat/main.hpp
+++ b/floormat/main.hpp
@@ -98,6 +98,7 @@ protected:
Vector2 _dpi_scale{ 1, 1 }, _virtual_scale{ 1, 1 };
Vector2i _framebuffer_size;
bool _do_render_vobjs : 1 = true;
+ bool _first_frame : 1 = true;
};
} // namespace floormat