diff options
Diffstat (limited to 'source/game/StarWeather.hpp')
-rw-r--r-- | source/game/StarWeather.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/game/StarWeather.hpp b/source/game/StarWeather.hpp index dc9888d..4db0fff 100644 --- a/source/game/StarWeather.hpp +++ b/source/game/StarWeather.hpp @@ -32,7 +32,7 @@ public: pair<ByteArray, uint64_t> writeUpdate(uint64_t fromVersion = 0); - void update(); + void update(double dt); float wind() const; float weatherIntensity() const; @@ -85,7 +85,7 @@ public: void setVisibleRegion(RectI visibleRegion); - void update(); + void update(double dt); float wind() const; float weatherIntensity() const; |