summaryrefslogtreecommitdiff
path: root/src/game/GameView.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-06-23 13:59:07 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-06-23 13:59:07 (GMT)
commitf5547f267b9e73be3d8153df3dd36d7e3b69a2d9 (patch)
treed34603fa1776beac9009c42f77126db434891546 /src/game/GameView.cpp
parent4cf42e786bd0e2871a5bc580bed14f4d2c742788 (diff)
downloadpowder-f5547f267b9e73be3d8153df3dd36d7e3b69a2d9.zip
powder-f5547f267b9e73be3d8153df3dd36d7e3b69a2d9.tar.gz
Option to use OpenGL JUST for the interface
Diffstat (limited to 'src/game/GameView.cpp')
-rw-r--r--src/game/GameView.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/GameView.cpp b/src/game/GameView.cpp
index faacad4..5593d4b 100644
--- a/src/game/GameView.cpp
+++ b/src/game/GameView.cpp
@@ -870,7 +870,7 @@ void GameView::DoMouseMove(int x, int y, int dx, int dy)
}
else
{
- scrollBar->Position.X = 0;
+ scrollBar->Position.X = 0;
}
scrollBar->Size.X=scrollSize;
}