diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-01-25 19:18:24 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-01-25 19:18:24 (GMT) |
| commit | b2d3257ae944a3ea3b57dc8ee4171b1b2f85483e (patch) | |
| tree | 38adf87af2bcf2bbc5d4578b3ab39e09aa064265 /src/game/GameView.cpp | |
| parent | c5cc1870f3ec0d9b6499b04b4ab2123bcf58db84 (diff) | |
| download | powder-b2d3257ae944a3ea3b57dc8ee4171b1b2f85483e.zip powder-b2d3257ae944a3ea3b57dc8ee4171b1b2f85483e.tar.gz | |
Better way of managing Controllers
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 70f6663..4695227 100644 --- a/src/game/GameView.cpp +++ b/src/game/GameView.cpp @@ -414,7 +414,7 @@ void GameView::OnTick(float dt) { c->DrawPoints(pointQueue); } - c->Tick(); + c->Update(); } void GameView::OnDraw() |
