NiklasEi / bevy_asset_loader

Bevy plugin helping with asset loading and organization
Apache License 2.0
459 stars 52 forks source link

For empty LoaderState it should immidiatly transfer the state #82

Closed uzytkownik closed 1 year ago

uzytkownik commented 1 year ago

I discovered this bug by commenting and uncommenting code to debug an issue. If LoaderState is empty, the transition to new state will never happen instead of happening immidiatly.

NiklasEi commented 1 year ago

Thanks for finding and reporting this :slightly_smiling_face: