summary refs log tree commit diff
path: root/src/Render.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Render.hpp')
-rw-r--r--src/Render.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Render.hpp b/src/Render.hpp
index 09c6fee..6670858 100644
--- a/src/Render.hpp
+++ b/src/Render.hpp
@@ -80,6 +80,8 @@ private:
     void render_scene(Scene const& actions, GFX::Texture const& texture) const;
     static void setup_gl();
 
+    void wait_until_next_frame_start(Real spent_time_budget) const;
+
     GFX::Resources m_resources;
     GFX::Window& m_window;
     std::shared_ptr<Control> m_control;