TheZoroForce240 / FNF-Modcharting-Tools

Apache License 2.0
51 stars 23 forks source link

An error while compiling #39

Closed ZSolarDev closed 1 year ago

ZSolarDev commented 1 year ago

Im trying to compile, but i get this error: C:/haxelib/fnf-modcharting-tools/git/source/modcharting/PlayfieldRenderer.hx:375: characters 21-38 : flixel.FlxStrip has no field constructVertices

I assume thats due to my flixel version, but i dont know what version i should use instead if this is the problem.

EdwhakKB commented 1 year ago

well that issue can happen with 2 cases

first one its that you have old modcharting tools update and FlxStrip its not added to note.hx

second one its your flixel version but thats a very very small chance

can i see what version you got?

ZSolarDev commented 1 year ago

my flixel version is 5.2.0

ZSolarDev commented 1 year ago

btw i just updated to the latest version of flixel but the error still shows

EdwhakKB commented 1 year ago

check if you have right "note.hx"

ZSolarDev commented 1 year ago

I found out i put the old incorrect code in note.hx. thanks!