Systems: bug fix

This commit is contained in:
Sidi Liang 2020-05-03 11:08:28 +08:00
parent d7b0471e2e
commit 0364670fdb
No known key found for this signature in database
GPG Key ID: 79F0A6B20B72F42F
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ var BrakeController = {
releaseBrake: func(){
me.applyLeftBrake(0);
me.applyRightBrake(0);
}
},
releaseAllBrakes: func(){
me.applyLeftBrake(0);
me.applyRightBrake(0);