Skip to content

Commit

Permalink
Fix erratic ship jumps on second landing
Browse files Browse the repository at this point in the history
  • Loading branch information
aerkiaga committed Dec 28, 2023
1 parent 55bb07c commit 6d94881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/nv_ships/ship_convert.lua
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ function nv_ships.remove_ship_entity(player)
end

function nv_ships.rotate_ship_nodes(ship, facing)
nv_ships.poll_ship_pos(ship)
--nv_ships.poll_ship_pos(ship)
local function get_apply_rotation(rot)
if rot == 0 then
return function (x_rel, z_rel)
Expand Down

0 comments on commit 6d94881

Please sign in to comment.