diff --git a/source/states/PlayState.hx b/source/states/PlayState.hx index c64df3cd..91ef90bc 100644 --- a/source/states/PlayState.hx +++ b/source/states/PlayState.hx @@ -3376,6 +3376,7 @@ class PlayState extends MusicBeatState } catch(e:Dynamic) { + @:privateAccess addTextToDebug('ERROR (${script.origin}:${script.interp.posInfos().lineNumber} $funcToCall) - $e', FlxColor.RED); } }