fix first entities

This commit is contained in:
Robin Appelman 2022-04-21 23:20:06 +02:00
commit fc1a00be42
4 changed files with 4 additions and 6 deletions

View file

@ -112,9 +112,7 @@ impl ActiveEntities {
), ),
]; ];
for entity in self.entities.values_mut() { for entity in self.entities.values_mut() {
if state.instance_baselines[0].contains(entity.entity_index) { if !state.instance_baselines[0].contains(entity.entity_index) {
entity.update_type = UpdateType::Preserve;
} else {
entity.update_type = UpdateType::Enter; entity.update_type = UpdateType::Enter;
} }
} }

View file

@ -1 +1 @@
a8541c67882b8f68590b0a384840c77b cf63c3e184115a6cac46dd623f4cae77

View file

@ -1 +1 @@
01a19f4b08fdc92708a1dcae8df340f4 41bb7543f785f813b4fdc1704dd5c84b

View file

@ -1 +1 @@
a6221ea28cffaa4d3b457c9997d37541 e3b9d8adc6f5c0e1f3364d42959e60aa