summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game/Brush.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/game/Brush.h b/src/game/Brush.h
index bb6df74..34354c0 100644
--- a/src/game/Brush.h
+++ b/src/game/Brush.h
@@ -63,10 +63,7 @@ public:
{
this->radius = radius;
this->size = radius+radius+ui::Point(1, 1);
-
- std::cout << "Radius: " << radius.X << " " << radius.Y << std::endl;
- std::cout << "Size: " << size.X << " " << size.Y << std::endl;
-
+
GenerateBitmap();
updateOutline();
}