Reset Main Menu GameModeSplash on click too
This commit is contained in:
parent
a5c6144ebf
commit
e8650f8d18
|
@ -380,6 +380,7 @@ Public Class NewMainMenuScreen
|
|||
SoundManager.PlaySound("select")
|
||||
End If
|
||||
Else
|
||||
GameModeSplash = Nothing
|
||||
If CurrentScreen.Identification = Identifications.MainMenuScreen Then
|
||||
Dim diff As Integer = x - _selectedProfile
|
||||
_screenOffsetTarget.X -= diff * 180
|
||||
|
|
Loading…
Reference in New Issue