Mario: remove debug outputs from editor

This commit is contained in:
2021-05-28 19:53:30 +02:00
parent 9d9068091b
commit be638591c8
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -4,7 +4,6 @@
#include "sprites.hpp"
ToolBox::ToolBox(int x, int y, double start_x, double start_y, std::shared_ptr<SDLPP::Renderer> renderer) : SDLPP::RectangleRender(start_x + x*BLOCK_SIZE, start_y + y*BLOCK_SIZE, BLOCK_SIZE, BLOCK_SIZE, renderer) {
std::cout << "X: " << start_x + x * BLOCK_SIZE << ", " << start_y + y * BLOCK_SIZE << std::endl;
_x = x;
_y = y;
setId(EDITOR_TOOL_ID);