Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cryham committed Sep 14, 2022
1 parent 287cd0f commit 58bd82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/ogre/CarModel_Create.cpp
Expand Up @@ -501,7 +501,7 @@ void CarModel::Create()


// wheels ----------------------
// int w2 = numWheels==2 ? 1 : 2;
int w2 = numWheels==2 ? 1 : 2;
for (int w=0; w < numWheels; ++w)
{
String siw = "Wheel" + strI + "_" + toStr(w);
Expand Down

0 comments on commit 58bd82c

Please sign in to comment.