diff options
Diffstat (limited to 'source/frontend/StarQuestIndicatorPainter.hpp')
-rw-r--r-- | source/frontend/StarQuestIndicatorPainter.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/frontend/StarQuestIndicatorPainter.hpp b/source/frontend/StarQuestIndicatorPainter.hpp index 311680d..c222ac4 100644 --- a/source/frontend/StarQuestIndicatorPainter.hpp +++ b/source/frontend/StarQuestIndicatorPainter.hpp @@ -13,7 +13,7 @@ class QuestIndicatorPainter { public: QuestIndicatorPainter(UniverseClientPtr const& client); - void update(WorldClientPtr const& world, WorldCamera const& camera); + void update(float dt, WorldClientPtr const& world, WorldCamera const& camera); void render(); private: |