mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 07:34:45 +00:00
Vehicle gamepad fix for full template.
This commit is contained in:
parent
d0a64026b0
commit
709bd99ed4
2 changed files with 11 additions and 0 deletions
|
|
@ -145,6 +145,9 @@ function clientCmdtoggleVehicleMap(%toggle)
|
|||
if(%toggle)
|
||||
{
|
||||
moveMap.pop();
|
||||
// clear movement
|
||||
$mvForwardAction = 0;
|
||||
$mvBackwardAction = 0;
|
||||
vehicleMap.push();
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue