mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-01-08 17:47:30 +01:00
Fix forwards/backwars tilt in all directions
This commit is contained in:
parent
390ac27acf
commit
f7dcb8f10f
@ -111,6 +111,9 @@ local function update_cart_orientation(self,staticdata)
|
||||
if ( staticdata.rot_adjust or 0 ) < 0.01 then
|
||||
rot.x = -rot.x
|
||||
end
|
||||
if dir.z ~= 0 then
|
||||
rot.x = -rot.x
|
||||
end
|
||||
|
||||
self.object:set_rotation(rot)
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user