Reduce wait time before clickable MainMenu msgbox

This commit is contained in:
JappaWakka 2024-04-22 13:47:33 +02:00
parent fabbc958d9
commit 3318a6accc
1 changed files with 2 additions and 1 deletions

View File

@ -93,7 +93,8 @@
If _fadeIn + 0.01F >= 1.0F Then
_fadeIn = 1.0F
End If
Else
End If
If _fadeIn > 0.75F Then
If Controls.Dismiss(True, True, True) Or Controls.Accept(True, True, True) Then
_closing = True
End If