Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/windowing/StarPaneManager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/windowing/StarPaneManager.hpp')
-rw-r--r--source/windowing/StarPaneManager.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/windowing/StarPaneManager.hpp b/source/windowing/StarPaneManager.hpp
index cdc6901..8adf772 100644
--- a/source/windowing/StarPaneManager.hpp
+++ b/source/windowing/StarPaneManager.hpp
@@ -72,7 +72,7 @@ public:
bool sendInputEvent(InputEvent const& event);
void render();
- void update();
+ void update(float dt);
private:
Vec2I windowSize() const;