Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/input.cc')
-rw-r--r--src/client/input.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/input.cc b/src/client/input.cc
index dadc027..85d8526 100644
--- a/src/client/input.cc
+++ b/src/client/input.cc
@@ -1076,7 +1076,8 @@ void frame()
break;
}
- } else if (mouse_control)
+ }
+ else if (mouse_control)
{
// mouse is controling direction
switch (render::camera().mode())