Fixed screen mispositioning while sliding on ice, fixed broken Marts

This commit is contained in:
Maruno17
2021-03-01 17:12:18 +00:00
parent 57b3fe1b09
commit fa99c2bcd7
8 changed files with 17 additions and 26 deletions

View File

@@ -787,9 +787,9 @@ def pbSlideOnIce(event=nil)
break if !PBTerrain.isIce?(pbGetTerrainTag(event))
event.move_forward
while event.moving?
pbUpdateSceneMap
Graphics.update
Input.update
pbUpdateSceneMap
end
end
event.center(event.x,event.y)