Update battle while in chat
This commit is contained in:
parent
dc744ea02a
commit
92e611adcb
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue