From 6b3a94e07b92ef6f16e9fbc9ffe108d03ba38a38 Mon Sep 17 00:00:00 2001 From: CanIGetaPR <45294513+CanIGetaPR@users.noreply.github.com> Date: Sun, 21 Apr 2024 22:18:01 -0400 Subject: [PATCH] Fix custom preloader instructions --- flixel/system/FlxPreloader.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flixel/system/FlxPreloader.hx b/flixel/system/FlxPreloader.hx index 172ce57ad2..6982bbbf1e 100644 --- a/flixel/system/FlxPreloader.hx +++ b/flixel/system/FlxPreloader.hx @@ -17,7 +17,7 @@ private class GraphicLogoCorners extends BitmapData {} /** * This is the Default HaxeFlixel Themed Preloader - * You can make your own style of Preloader by overriding `FlxPreloaderBase` and using this class as an example. + * You can make your own style of Preloader by extending `FlxBasePreloader` and using this class as an example. * To use your Preloader, simply change `Project.xml` to say: `` */ class FlxPreloader extends FlxBasePreloader