Skip to content

Commit

Permalink
fix deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
moxie-coder committed Aug 4, 2023
1 parent d412768 commit e4f4dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Main.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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!!!
Expand Down

0 comments on commit e4f4dcc

Please sign in to comment.