diff options
Diffstat (limited to 'src/textmanager.cpp')
-rw-r--r-- | src/textmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textmanager.cpp b/src/textmanager.cpp index f44f22383..702b024f1 100644 --- a/src/textmanager.cpp +++ b/src/textmanager.cpp @@ -63,7 +63,7 @@ TextManager::~TextManager() { } -void TextManager::draw(gcn::Graphics *const graphics, +void TextManager::draw(Graphics *const graphics, const int xOff, const int yOff) { BLOCK_START("TextManager::draw") |