Moxie
Moxie
update: this was likely due to me shadowing 29 classes in my FNF mod so I'm just gonna go ahead and close this
> > update: this was likely due to me shadowing 29 classes in my FNF mod so I'm just gonna go ahead and close this > > @moxie-coder when you...
I remembered something, you can do `` which makes the errors not only look better, but also shows *where* the problem is, instead of just telling you what line and...
``` flixel/git/flixel/group/FlxGroup.hx:83: characters 37-60 83 | public var memberAdded(get, never):FlxTypedSignalVoid>; | ^^^^^^^^^^^^^^^^^^^^^^^ | Type not found : FlxTypedSignal flixel/git/flixel/system/frontEnds/SignalFrontEnd.hx:14: characters 43-52 14 | public var preStateSwitch(default, null):FlxSignal = new FlxSignal();...
@Geokureli good news, I fixed the problem by removing a shadowed OpenFL class `Assets (openfl.utils.Assets)` Shadowing this class seems to cause the error for some reason
Looking in the code, it does appear to make use of macros in some way, but importing it globally (with #if !macro so it doesn’t get imported when we’re in...
> Quick reminder that unless you can recreate this issue in a small shareable test project, there's really nothing anyone can do to help. > > 9 times out of...
> just tested this it kinda works it's just that the red value of the currently selected note won't update with the rest ye, I'll fix it later
forgot to fix it, sorry
I forgot to do that lol