Starmapo / FNF-PsychEngine-Extra

Psych Engine fork adding AWESOME and EPIC stuff
Apache License 2.0
4 stars 3 forks source link

Compiling problem after the latest commit #8

Closed Meliach closed 2 years ago

Meliach commented 2 years ago

Describe your bug here.

hmm idk where did this thing come from I haven't tried to remove this code since it might ruin something

Command Prompt/Terminal logs (if existing)

source/flixel/FlxSprite.hx:24: characters 8-37 : Type not found : flixel.util.FlxDirectionFlags
source/flixel/FlxSprite.hx:125: characters 34-51 : Type not found : FlxDirectionFlags

Are you modding a build from source or with Lua?

Source

What is your build target?

Windows

Did you edit anything in this build? If so, mention or summarize your changes.

Nah.

Starmapo commented 2 years ago

Do you have the latest HaxeFlixel installed? The FlxSprite code is from 4.11.0 and FlxDirectionFlags were added in 4.10.0.

Meliach commented 2 years ago

ah I think I haven't checked about it, let me check

Meliach commented 2 years ago

So my Flixel is actually outdated and I updated it to 4.11.0. The source finally compiles now so thank you.