mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 15:54:25 +02:00
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…
x
Reference in New Issue
Block a user