diff options
| author | jacob1 <jfu614@gmail.com> | 2012-09-20 23:33:16 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-09-25 19:09:24 (GMT) |
| commit | 187a5189d597786e51a89221b16393e4ccc37256 (patch) | |
| tree | ccd7af7fb8b6c3928364a5b361d037f1a00c2573 /src/game/GameView.cpp | |
| parent | 5ee1c7ff801b475b4447c5ee6db4a77d0f75f532 (diff) | |
| download | powder-187a5189d597786e51a89221b16393e4ccc37256.zip powder-187a5189d597786e51a89221b16393e4ccc37256.tar.gz | |
some improvements to the render options interface and checkboxes (icons and tooltips coming next)
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 927b739..d162615 100644 --- a/src/game/GameView.cpp +++ b/src/game/GameView.cpp @@ -1491,7 +1491,7 @@ void GameView::OnTick(float dt) { toolTipPresence -= int(dt)>0?int(dt):1; if(toolTipPresence<0) - toolTipPresence = 0; + toolTipPresence = 0; } c->Update(); if(lastLogEntry > -0.1f) |
