mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-12 21:47:03 +03:00
Remove some instances of Lara global usage in motorbike.cpp; cleanup
This commit is contained in:
parent
4b381fa048
commit
e30eba578f
5 changed files with 1259 additions and 1272 deletions
|
@ -238,10 +238,10 @@ namespace TEN::Renderer
|
|||
{
|
||||
case 2:
|
||||
case 4:
|
||||
currentBone->ExtraRotation.x = TO_RAD(bike.wheelRight);
|
||||
currentBone->ExtraRotation.x = TO_RAD(bike.RightWheelsRotation);
|
||||
break;
|
||||
case 8:
|
||||
currentBone->ExtraRotation.x = TO_RAD(bike.wheelLeft);
|
||||
currentBone->ExtraRotation.x = TO_RAD(bike.LeftWheelRotation);
|
||||
break;
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue