diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-06-13 14:09:37 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-06-13 14:09:37 (GMT) |
| commit | 9769239af69695e9a7f8cf103a197695ecf691e0 (patch) | |
| tree | f2897605e497d4500b97ee48237fcb09620a46e7 /src | |
| parent | 2b51441573dfb4ca99b283d2322afd3c7cbfc5ca (diff) | |
| download | powder-9769239af69695e9a7f8cf103a197695ecf691e0.zip powder-9769239af69695e9a7f8cf103a197695ecf691e0.tar.gz | |
Remove debug printing from brush
Diffstat (limited to 'src')
| -rw-r--r-- | src/game/Brush.h | 5 |
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(); } |
