diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-04-15 21:16:57 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-04-15 21:16:57 (GMT) |
| commit | a0506495ad71a18ba2976d31d437dfd6bd8241f8 (patch) | |
| tree | 9a48cf745af2379fcd2a922b75807f34f6971bfe /src/game/GameView.cpp | |
| parent | 900e23128a16bd49d8929a232ac57fc7e30ad3f9 (diff) | |
| download | powder-a0506495ad71a18ba2976d31d437dfd6bd8241f8.zip powder-a0506495ad71a18ba2976d31d437dfd6bd8241f8.tar.gz | |
Simulation options
Diffstat (limited to 'src/game/GameView.cpp')
| -rw-r--r-- | src/game/GameView.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/GameView.cpp b/src/game/GameView.cpp index d27230b..3c47568 100644 --- a/src/game/GameView.cpp +++ b/src/game/GameView.cpp @@ -169,7 +169,7 @@ GameView::GameView(): SimulationOptionAction(GameView * _v) { v = _v; } void ActionCallback(ui::Button * sender) { - v->c->OpenDisplayOptions(); + v->c->OpenOptions(); } }; simulationOptionButton = new ui::Button(ui::Point(Size.X-54, Size.Y-18), ui::Point(16, 16)); |
