summaryrefslogtreecommitdiffhomepage
path: root/floormat/main.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-04-08 21:56:15 +0200
committerStanislaw Halik <sthalik@misaki.pl>2024-04-08 21:56:58 +0200
commit12d26cd1cb550eb79f48534bf0d26d1ffb63f0fe (patch)
treef49ebe79e3e484e8c64774b0c39a5801bbfaddfb /floormat/main.hpp
parent53940c48b32cfe045bdd26df33788cc480b39d90 (diff)
first_frame wip
Diffstat (limited to 'floormat/main.hpp')
-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