mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-23 22:05:36 +02:00
Fix massive lag on new game screen. [Temporary workaround until a better solution have been made]
This commit is contained in:
parent
695b0b4c6a
commit
96758f1862
@ -116,7 +116,11 @@
|
||||
End Sub
|
||||
|
||||
Public Overrides Sub Update()
|
||||
Core.GameInstance.IsMouseVisible = False
|
||||
If Index = 5 Then
|
||||
Core.GameInstance.IsMouseVisible = True
|
||||
Else
|
||||
Core.GameInstance.IsMouseVisible = False
|
||||
End If
|
||||
|
||||
If ProfAlpha < 255 And Index = 0 Then
|
||||
ProfAlpha += 2
|
||||
@ -134,7 +138,6 @@
|
||||
UpdateTransition(False)
|
||||
Case 5
|
||||
UpdateTextbox()
|
||||
Core.GameInstance.IsMouseVisible = True
|
||||
Case 7
|
||||
UpdateTransition(True)
|
||||
Case 9
|
||||
|
Loading…
x
Reference in New Issue
Block a user