Rendering scenario vehicles at correct height

This commit is contained in:
dexyfex
2018-03-04 06:24:15 +11:00
Unverified
parent 5c991cd06a
commit 4ff94156e7
3 changed files with 27 additions and 20 deletions
+1 -1
View File
@@ -1327,7 +1327,7 @@ namespace CodeWalker
}
}
Renderer.RenderCar(sn.Position, sn.Orientation, 0, vhash);
Renderer.RenderCar(sn.Position, sn.Orientation, 0, vhash, true);
}
}