diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp index 21f03d42c..0082040dc 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -1100,6 +1100,8 @@ void Game::handleInput() } Client::setFramerate(fpsLimit); } + if (player_node) + player_node->updateName(); if (event.active.state & SDL_APPINPUTFOCUS) Client::setInputFocused(event.active.gain); |