summaryrefslogtreecommitdiffhomepage
path: root/Stars45/MultiController.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/MultiController.cpp')
-rw-r--r--Stars45/MultiController.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Stars45/MultiController.cpp b/Stars45/MultiController.cpp
index 2c79374..c876522 100644
--- a/Stars45/MultiController.cpp
+++ b/Stars45/MultiController.cpp
@@ -114,7 +114,7 @@ MultiController::Acquire()
w += ctrl[i]->Yaw();
c += ctrl[i]->Center();
t += ctrl[i]->Throttle();
-
+
for (int a = 0; a < MotionController::MaxActions; a++)
action[a] += ctrl[i]->Action(a);
}