diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-12 17:36:30 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-12 17:36:30 (GMT) |
| commit | 7084c8be28cc8dca02f84131af015d03ab33079d (patch) | |
| tree | 9c46188714a7dcce236f21026cc2278207521635 /src/interface/Spinner.h | |
| parent | e7b653a0c777bbe8c4b670500ecc6310ad7de03f (diff) | |
| download | powder-7084c8be28cc8dca02f84131af015d03ab33079d.zip powder-7084c8be28cc8dca02f84131af015d03ab33079d.tar.gz | |
Fix spinner drawing
Diffstat (limited to 'src/interface/Spinner.h')
| -rw-r--r-- | src/interface/Spinner.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface/Spinner.h b/src/interface/Spinner.h index 089b0b5..23d4141 100644 --- a/src/interface/Spinner.h +++ b/src/interface/Spinner.h @@ -16,6 +16,7 @@ namespace ui class Spinner: public Component { float cValue; + int tickInternal; public: Spinner(Point position, Point size); virtual void Tick(float dt); |
