Skip to content

Commit

Permalink
UpdateVehicleUsingWheelData shouldn't also update decoratos
Browse files Browse the repository at this point in the history
  • Loading branch information
carmineos committed May 23, 2020
1 parent f924694 commit bbda66c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions VStancer.Client/Scripts/WheelScript.cs
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,6 @@ private void UpdateVehicleUsingWheelData(int vehicle, WheelData data)
SetVehicleWheelXOffset(vehicle, index, nodes[index].PositionX);
SetVehicleWheelYRotation(vehicle, index, nodes[index].RotationY);
}

UpdateVehicleDecorators(vehicle, data);
}

private void UpdateVehicleDecorators(int vehicle, WheelData data)
Expand Down

0 comments on commit bbda66c

Please sign in to comment.