You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
don't run create_surfaces system if not needed (bevyengine#11720)
# Objective
- Change set of systems as I made a mistake in bevyengine#11672
- Don't block main when not needed
- Fixesbevyengine#11235
## Solution
- add a run condition so that the system won't run and block main if not
needed
0 commit comments