disable debug display on splash screen
This commit is contained in:
parent
b68702ab53
commit
497e44a899
|
@ -29,7 +29,7 @@ Friend Class SplashScreen
|
|||
CanMuteMusic = True
|
||||
CanChat = False
|
||||
CanTakeScreenshot = True
|
||||
CanDrawDebug = True
|
||||
CanDrawDebug = False
|
||||
MouseVisible = False
|
||||
CanGoFullscreen = True
|
||||
|
||||
|
|
Loading…
Reference in New Issue