diff --git a/src/game/Brush.h b/src/game/Brush.h index bb6df74c5..34354c06f 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(); }