mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-15 02:58:12 +08:00
Rendering scenario vehicles at correct height
This commit is contained in:
+1
-1
@@ -1327,7 +1327,7 @@ namespace CodeWalker
|
||||
}
|
||||
}
|
||||
|
||||
Renderer.RenderCar(sn.Position, sn.Orientation, 0, vhash);
|
||||
Renderer.RenderCar(sn.Position, sn.Orientation, 0, vhash, true);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user