Skip to content
This repository was archived by the owner on Feb 24, 2022. It is now read-only.

Commit 059a9d3

Browse files
authored
Merge branch 'master' into extras
2 parents 3c52bcd + 216f683 commit 059a9d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Assets/Standard Assets/Vehicles/Car/Scripts/Steering.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ public void UpdateValues()
8181

8282
// reset
8383
mouse_hold = false;
84-
H = CrossPlatformInputManager.GetAxis("Horizontal");
84+
85+
H = CrossPlatformInputManager.GetAxis ("Horizontal");
8586

8687
}
8788

0 commit comments

Comments
 (0)