mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
Fixed Main Menu crash
This commit is contained in:
parent
93f8d63aaf
commit
aae35a8724
@ -740,7 +740,9 @@ Public Class NewMainMenuScreen
|
||||
End Sub
|
||||
|
||||
Private Sub DismissProfile()
|
||||
_MainProfiles(_selectedProfile).UnSelectProfile()
|
||||
If _menuIndex = 0 Then
|
||||
_MainProfiles(_selectedProfile).UnSelectProfile()
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Private Sub UpdateScreenOffset()
|
||||
|
Loading…
x
Reference in New Issue
Block a user