summaryrefslogtreecommitdiff
path: root/src/game/Brush.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-11-18 18:03:36 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-11-18 18:03:36 (GMT)
commit045f5e14c287a2b44e963268365f48f862f0e23f (patch)
tree3cad89614aac064363e10cef22c4b7fd30a4c841 /src/game/Brush.h
parent483e9077023bf75e4e2aaa0630f62e5d3893395e (diff)
downloadpowder-045f5e14c287a2b44e963268365f48f862f0e23f.zip
powder-045f5e14c287a2b44e963268365f48f862f0e23f.tar.gz
Custom brushes loaded from "Brushes" folder, format is a simple RAW 8bit greyscale square format
Diffstat (limited to 'src/game/Brush.h')
-rw-r--r--src/game/Brush.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Brush.h b/src/game/Brush.h
index 068ecf5..b59d017 100644
--- a/src/game/Brush.h
+++ b/src/game/Brush.h
@@ -61,7 +61,7 @@ public:
{
return size;
}
- void SetRadius(ui::Point radius)
+ virtual void SetRadius(ui::Point radius)
{
this->radius = radius;
this->size = radius+radius+ui::Point(1, 1);