diff options
Diffstat (limited to 'source/frontend/StarChatBubbleManager.hpp')
-rw-r--r-- | source/frontend/StarChatBubbleManager.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/frontend/StarChatBubbleManager.hpp b/source/frontend/StarChatBubbleManager.hpp index b23037a..9d8a867 100644 --- a/source/frontend/StarChatBubbleManager.hpp +++ b/source/frontend/StarChatBubbleManager.hpp @@ -22,7 +22,7 @@ public: void addChatActions(List<ChatAction> chatActions, bool silent = false); - void update(WorldClientPtr world); + void update(float dt, WorldClientPtr world); void render(); private: |