1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00

fix 'CommandQueue has un-applied commands being dropped.' spam

This commit is contained in:
mat 2024-02-23 23:43:41 -06:00
parent 28de14f984
commit 5c85158e7c

View file

@ -748,6 +748,7 @@ pub fn process_packet_events(ecs: &mut World) {
{
warn!("{e}");
}
commands_system_state.apply(world);
});
}),
});