Remove battlescreen update from party view
This commit is contained in:
parent
748a6e8bcc
commit
724ddabc88
|
@ -420,9 +420,6 @@ Public Class PartyScreen
|
|||
End Function
|
||||
|
||||
Public Overrides Sub Update()
|
||||
If PreScreen.Identification = Screen.Identifications.BattleScreen Then
|
||||
PreScreen.Update()
|
||||
End If
|
||||
If _pokemonAnimations.Count > 0 Then
|
||||
Dim animation As PokemonAnimation = _pokemonAnimations(_index)
|
||||
If animation._shakeLeft Then
|
||||
|
|
|
@ -593,9 +593,6 @@
|
|||
End Sub
|
||||
|
||||
Public Overrides Sub Update()
|
||||
If PreScreen.PreScreen.Identification = Screen.Identifications.BattleScreen Then
|
||||
PreScreen.PreScreen.Update()
|
||||
End If
|
||||
If _closing = True Then
|
||||
If _fadeIn > 0F Then
|
||||
_fadeIn = MathHelper.Lerp(0, _fadeIn, 0.8F)
|
||||
|
|
Loading…
Reference in New Issue