diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 29d52a594..000000000 --- a/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -# This will make it easier to track .dat files, since they where treated as binary. So lets track them as text. -*.dat text diff --git a/P3D/Screens/MainMenu/SplashScreen.vb b/P3D/Screens/MainMenu/SplashScreen.vb index 0a0494cf1..93142a863 100644 --- a/P3D/Screens/MainMenu/SplashScreen.vb +++ b/P3D/Screens/MainMenu/SplashScreen.vb @@ -29,7 +29,7 @@ Friend Class SplashScreen CanMuteMusic = True CanChat = False CanTakeScreenshot = True - CanDrawDebug = True + CanDrawDebug = False MouseVisible = False CanGoFullscreen = True