disable debug display on splash screen

This commit is contained in:
nilllzz 2018-09-11 15:52:38 +02:00
parent b68702ab53
commit 497e44a899
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ Friend Class SplashScreen
CanMuteMusic = True
CanChat = False
CanTakeScreenshot = True
CanDrawDebug = True
CanDrawDebug = False
MouseVisible = False
CanGoFullscreen = True