diff options
Diffstat (limited to 'source/game/StarWorldClient.hpp')
-rw-r--r-- | source/game/StarWorldClient.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/StarWorldClient.hpp b/source/game/StarWorldClient.hpp index 436c2df..34efc1c 100644 --- a/source/game/StarWorldClient.hpp +++ b/source/game/StarWorldClient.hpp @@ -138,7 +138,7 @@ public: void centerClientWindowOnPlayer(); RectI clientWindow() const; - void update(); + void update(float dt); // borderTiles here should extend the client window for border tile // calculations. It is not necessary on the light array. void render(WorldRenderData& renderData, unsigned borderTiles); |