diff options
Diffstat (limited to 'source/frontend/StarMainInterface.cpp')
-rw-r--r-- | source/frontend/StarMainInterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/frontend/StarMainInterface.cpp b/source/frontend/StarMainInterface.cpp index a0ed3ae..ec4684b 100644 --- a/source/frontend/StarMainInterface.cpp +++ b/source/frontend/StarMainInterface.cpp @@ -1142,7 +1142,7 @@ void MainInterface::renderMonsterHealthBar() { Drawable::scaleAll(portrait, 1.0f / m_portraitScale); for (auto drawable : portrait) - m_guiContext->drawDrawable(move(drawable), backgroundCenterPos + portraitOffset, portraitScale); + m_guiContext->drawDrawable(std::move(drawable), backgroundCenterPos + portraitOffset, portraitScale); m_guiContext->resetInterfaceScissorRect(); } |