mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
Fixed bug with warpblocks not moving the player
This commit is contained in:
parent
ff5ed455a4
commit
542acc3c3d
@ -1050,7 +1050,7 @@ Public Class Level
|
||||
Next
|
||||
|
||||
' If the warp happened through a warp block, make the player walk one step forward after switching to the new map:
|
||||
If Screen.Camera.IsMoving = True And WarpData.IsWarpBlock = True Then
|
||||
If WarpData.IsWarpBlock = True Then
|
||||
Screen.Camera.StopMovement()
|
||||
Screen.Camera.Move(1.0F)
|
||||
End If
|
||||
|
Loading…
x
Reference in New Issue
Block a user