NyxTheShield / TrombLoader

Trombone Champ Custom Chart Loader
Other
73 stars 13 forks source link

Allow bgdata events to be fired when in mixed order #38

Open legoandmars opened 1 year ago

legoandmars commented 1 year ago

Right now, BGdata events have to be sorted by time to properly fire It's also handled in LateUpdate() and can only be fired one at a time.

Both of these could cause issues with events being fired properly, and this should be reworked