summaryrefslogtreecommitdiff
path: root/scene.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scene.cpp')
-rw-r--r--scene.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scene.cpp b/scene.cpp
index e749347..489f72c 100644
--- a/scene.cpp
+++ b/scene.cpp
@@ -298,8 +298,8 @@ void Scene::render() {
yvel = 0;
}
}
- move_str = (boost::format("%s n: %.2f,%.2f %.2fx%.2f c: %d,%d %dx%d")
- % pos.str() % node->x % node->y % node->width % node->height
+ move_str = (boost::format("%s n: %.2f,%.2f c: %d,%d %dx%d")
+ % pos.str() % node->x % node->y
% node->chunk->x % node->chunk->y % node->chunk->width % node->chunk->height).str();
if(last_node != node) {