FunkinCrew / Funkin

A rhythm game made with HaxeFlixel
https://www.newgrounds.com/portal/view/770371
Other
2.96k stars 2.29k forks source link

Enhancement: Remove certain traces during charting #2649

Open tposejank opened 4 months ago

tposejank commented 4 months ago

Please check for duplicates or similar issues before creating this issue.

What is your suggestion, and why should it be implemented?

While charting, if an event without an image or whatever is near, this will be printed every frame: source/funkin/ui/debug/charting/components/ChartEditorEventSprite.hx:130: Warning: Invalid animation name "MIDI Event" for song event. Using "Default" This causes more lag than anything running in the background, specially for me which i am using the compiled build from the cmd.

Thanks

tposejank commented 4 months ago

https://github.com/FunkinCrew/Funkin/assets/81495861/8456cb6d-bd5a-40f4-92ba-5438b3958005

Video demonstration

ninjamuffin99 commented 4 months ago

yeowch! will put this one on our task list!