diff options
Diffstat (limited to 'source/frontend/StarNameplatePainter.hpp')
-rw-r--r-- | source/frontend/StarNameplatePainter.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/frontend/StarNameplatePainter.hpp b/source/frontend/StarNameplatePainter.hpp index 08c7827..7c3aeb4 100644 --- a/source/frontend/StarNameplatePainter.hpp +++ b/source/frontend/StarNameplatePainter.hpp @@ -15,7 +15,7 @@ class NameplatePainter { public: NameplatePainter(); - void update(WorldClientPtr const& world, WorldCamera const& camera, bool inspectionMode); + void update(float dt, WorldClientPtr const& world, WorldCamera const& camera, bool inspectionMode); void render(); private: |