diff options
Diffstat (limited to 'src/game/Tool.h')
| -rw-r--r-- | src/game/Tool.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/Tool.h b/src/game/Tool.h index 4777e6d..1cf8ce4 100644 --- a/src/game/Tool.h +++ b/src/game/Tool.h @@ -46,7 +46,6 @@ public: sim->create_parts(position.X, position.Y, 1, 1, toolID, 0, brush); } virtual void DrawLine(Simulation * sim, Brush * brush, ui::Point position1, ui::Point position2) { - std::cout << position1.X << toolID << brush << std::endl; sim->create_line(position1.X, position1.Y, position2.X, position2.Y, 1, 1, toolID, 0, brush); } virtual void DrawRect(Simulation * sim, Brush * brush, ui::Point position1, ui::Point position2) {} |
