diff 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 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) |
