Fixed some strange crash related to online sprites in PvP battles
This commit is contained in:
parent
b5f4bd1218
commit
b1f8004ad4
|
@ -1571,9 +1571,10 @@ nextIndex:
|
|||
''' </summary>
|
||||
Private Sub DownloadOnlineSprites()
|
||||
If Core.Player.IsGameJoltSave = True Then
|
||||
Dim t As New Threading.Thread(AddressOf DownloadSprites)
|
||||
t.IsBackground = True
|
||||
t.Start()
|
||||
'Dim t As New Threading.Thread(AddressOf DownloadSprites)
|
||||
't.IsBackground = True
|
||||
't.Start()
|
||||
DownloadSprites()
|
||||
End If
|
||||
End Sub
|
||||
|
||||
|
|
Loading…
Reference in New Issue