Update battle while in chat

This commit is contained in:
JappaWakka 2023-06-07 20:36:41 +02:00
parent dc744ea02a
commit 92e611adcb
1 changed files with 1 additions and 1 deletions

View File

@ -1035,7 +1035,7 @@ nextIndexForeground:
End If
Lighting.UpdateLighting(Screen.Effect)
If IsCurrentScreen() = True Then
If IsCurrentScreen() = True OrElse CurrentScreen.Identification = Identifications.ChatScreen Then
Camera.Update()
Level.Update()