Remove dropped entities even if there are no effects to flush

This commit is contained in:
Max Brunsfeld
2021-05-12 19:45:45 -07:00
parent 9dac491ed5
commit 493643c15f
+1
View File
@@ -1066,6 +1066,7 @@ impl MutableAppContext {
}
self.remove_dropped_entities();
} else {
self.remove_dropped_entities();
self.update_windows();
if self.pending_effects.is_empty() {