summaryrefslogtreecommitdiff
path: root/src/gui/debugwindow.cpp
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-03-10 05:15:20 -0600
committerJared Adams <jaxad0127@gmail.com>2009-03-10 05:16:03 -0600
commit9e7dfd7397ed2c282015f4cc13c42598b6bb1f39 (patch)
treea3a947453d47b1588ca4c6cec730054066f4748b /src/gui/debugwindow.cpp
parent881f3c693e2ac4d17f2e7109a809d1bd4c2f62c6 (diff)
downloadMana-9e7dfd7397ed2c282015f4cc13c42598b6bb1f39.tar.gz
Mana-9e7dfd7397ed2c282015f4cc13c42598b6bb1f39.tar.bz2
Mana-9e7dfd7397ed2c282015f4cc13c42598b6bb1f39.tar.xz
Mana-9e7dfd7397ed2c282015f4cc13c42598b6bb1f39.zip
Remove some tabs and trailing whitespace
Diffstat (limited to 'src/gui/debugwindow.cpp')
-rw-r--r--src/gui/debugwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/debugwindow.cpp b/src/gui/debugwindow.cpp
index 33304944..cf2f9613 100644
--- a/src/gui/debugwindow.cpp
+++ b/src/gui/debugwindow.cpp
@@ -70,7 +70,7 @@ void DebugWindow::logic()
mFPSLabel->setCaption(toString(fps) + " FPS");
- mTileMouseLabel->setCaption("Tile: (" + toString(mouseTileX) + ", " +
+ mTileMouseLabel->setCaption("Tile: (" + toString(mouseTileX) + ", " +
toString(mouseTileY) + ")");
Map *currentMap = engine->getCurrentMap();