mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-11 19:04:05 +02:00
whitespace fix
This commit is contained in:
@@ -9,8 +9,8 @@ class EllipseBrush: public Brush
|
||||
bool perfectCircle;
|
||||
|
||||
public:
|
||||
EllipseBrush(ui::Point size, bool perfectCircle = true):
|
||||
Brush(size)
|
||||
EllipseBrush(ui::Point size, bool perfectCircle = true):
|
||||
Brush(size)
|
||||
{
|
||||
this->perfectCircle = perfectCircle;
|
||||
SetRadius(size);
|
||||
|
Reference in New Issue
Block a user