Fixed Main Menu crash
This commit is contained in:
parent
93f8d63aaf
commit
aae35a8724
|
@ -740,7 +740,9 @@ Public Class NewMainMenuScreen
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub DismissProfile()
|
Private Sub DismissProfile()
|
||||||
_MainProfiles(_selectedProfile).UnSelectProfile()
|
If _menuIndex = 0 Then
|
||||||
|
_MainProfiles(_selectedProfile).UnSelectProfile()
|
||||||
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub UpdateScreenOffset()
|
Private Sub UpdateScreenOffset()
|
||||||
|
|
Loading…
Reference in New Issue