diff options
Diffstat (limited to 'src/graphic')
-rw-r--r-- | src/graphic/graphic.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/graphic/graphic.cpp b/src/graphic/graphic.cpp index b5dce7a2..c1cde98a 100644 --- a/src/graphic/graphic.cpp +++ b/src/graphic/graphic.cpp @@ -306,7 +306,6 @@ void Engine::draw() int sy = y - camera_y; #ifdef DEBUG - textprintf_ex(buffer, font, sx*32, sy*32+40, makecol(255, 255, 255), -1, "%i,%i | %i", x, y, being->frame); rect(buffer, sx*32, sy*32, sx*32+32, sy*32+32, makecol(0,0,255)); #endif |