diff options
Diffstat (limited to 'src/gui/viewport.cpp')
-rw-r--r-- | src/gui/viewport.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/viewport.cpp b/src/gui/viewport.cpp index 95e0d2b6..f6361ef7 100644 --- a/src/gui/viewport.cpp +++ b/src/gui/viewport.cpp @@ -259,7 +259,7 @@ Viewport::draw(gcn::Graphics *gcnGraphics) // Draw names if (textManager) { - textManager->draw(graphics, mPixelViewX, mPixelViewY); + textManager->draw(graphics, (int) mPixelViewX, (int) mPixelViewY); } // Draw player speech, and emotion sprite as needed |