diff --git a/source/Main.hx b/source/Main.hx index eb77c18..6ac1e38 100644 --- a/source/Main.hx +++ b/source/Main.hx @@ -96,7 +96,7 @@ class Main extends Sprite Lib.current.loaderInfo.uncaughtErrorEvents.addEventListener(UncaughtErrorEvent.UNCAUGHT_ERROR, onCrash); #end - FlxG.plugins.add(new screenshotplugin.ScreenShotPlugin()); + FlxG.plugins.add(new flixel.addons.plugin.ScreenShotPlugin()); } // Code was entirely made by sqirra-rng for their fnf engine named "Izzy Engine", big props to them!!!