Remove battlescreen update from InventoryScreen

This commit is contained in:
JappaWakka 2023-01-17 18:20:52 +01:00
parent 074ee8bbfe
commit f77961afff
1 changed files with 0 additions and 3 deletions

View File

@ -587,9 +587,6 @@ Public Class NewInventoryScreen
End Function
Public Overrides Sub Update()
If PreScreen.Identification = Screen.Identifications.BattleScreen Then
PreScreen.Update()
End If
'Updates the tab highlight:
For index = 0 To _tabHighlight.Length - 1
If index <> _tabIndex Then