Fix for animations not updating while pausing
This commit is contained in:
parent
ea0ab80ba6
commit
5cda771e81
|
@ -79,7 +79,7 @@
|
|||
End Sub
|
||||
|
||||
Public Overrides Sub Update()
|
||||
If PreScreen.Identification = Identifications.OverworldScreen And JoinServerScreen.Online = True Then
|
||||
If PreScreen.Identification = Identifications.OverworldScreen Then
|
||||
Screen.Level.Update()
|
||||
End If
|
||||
|
||||
|
|
Loading…
Reference in New Issue