tank stuff

This commit is contained in:
ViktorLjung
2014-05-18 21:07:03 +02:00
parent a36d6c554a
commit fd0bb18bd3
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -87,6 +87,7 @@ bool Systems::TankSteeringSystem::TankSteeringInputController::OnCommand(const E
if (event.Command == "horizontal")
{
m_Horizontal = val;
m_Vertical = -0.4f;
}
else if (event.Command == "vertical")
{