mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-02-16 20:01:49 -05:00
deubbershish...
This commit is contained in:
parent
d8fdf45dda
commit
ddeac1db15
1 changed files with 1 additions and 2 deletions
|
@ -146,12 +146,11 @@ class InitState extends FlxState
|
|||
#end
|
||||
|
||||
// Make errors and warnings less annoying.
|
||||
#if FORCE_DEBUG_VERSION
|
||||
// Forcing this always since I have never been happy to have the debugger to pop up
|
||||
LogStyle.ERROR.openConsole = false;
|
||||
LogStyle.ERROR.errorSound = null;
|
||||
LogStyle.WARNING.openConsole = false;
|
||||
LogStyle.WARNING.errorSound = null;
|
||||
#end
|
||||
|
||||
//
|
||||
// FLIXEL TRANSITIONS
|
||||
|
|
Loading…
Reference in a new issue