mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-26 23:34:58 +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
|
End Sub
|
||||||
|
|
||||||
Public Overrides Sub Update()
|
Public Overrides Sub Update()
|
||||||
|
If Index = 5 Then
|
||||||
|
Core.GameInstance.IsMouseVisible = True
|
||||||
|
Else
|
||||||
Core.GameInstance.IsMouseVisible = False
|
Core.GameInstance.IsMouseVisible = False
|
||||||
|
End If
|
||||||
|
|
||||||
If ProfAlpha < 255 And Index = 0 Then
|
If ProfAlpha < 255 And Index = 0 Then
|
||||||
ProfAlpha += 2
|
ProfAlpha += 2
|
||||||
@ -134,7 +138,6 @@
|
|||||||
UpdateTransition(False)
|
UpdateTransition(False)
|
||||||
Case 5
|
Case 5
|
||||||
UpdateTextbox()
|
UpdateTextbox()
|
||||||
Core.GameInstance.IsMouseVisible = True
|
|
||||||
Case 7
|
Case 7
|
||||||
UpdateTransition(True)
|
UpdateTransition(True)
|
||||||
Case 9
|
Case 9
|
||||||
|
Loading…
x
Reference in New Issue
Block a user