mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 15:54:25 +02:00
Reduce wait time before clickable MainMenu msgbox
This commit is contained in:
parent
fabbc958d9
commit
3318a6accc
@ -93,7 +93,8 @@
|
|||||||
If _fadeIn + 0.01F >= 1.0F Then
|
If _fadeIn + 0.01F >= 1.0F Then
|
||||||
_fadeIn = 1.0F
|
_fadeIn = 1.0F
|
||||||
End If
|
End If
|
||||||
Else
|
End If
|
||||||
|
If _fadeIn > 0.75F Then
|
||||||
If Controls.Dismiss(True, True, True) Or Controls.Accept(True, True, True) Then
|
If Controls.Dismiss(True, True, True) Or Controls.Accept(True, True, True) Then
|
||||||
_closing = True
|
_closing = True
|
||||||
End If
|
End If
|
||||||
|
Loading…
x
Reference in New Issue
Block a user