mirror of
https://github.com/demostf/cutter.git
synced 2026-06-03 11:54:08 +02:00
fix first entities
This commit is contained in:
parent
73a6e326ce
commit
fc1a00be42
4 changed files with 4 additions and 6 deletions
|
|
@ -112,9 +112,7 @@ impl ActiveEntities {
|
|||
),
|
||||
];
|
||||
for entity in self.entities.values_mut() {
|
||||
if state.instance_baselines[0].contains(entity.entity_index) {
|
||||
entity.update_type = UpdateType::Preserve;
|
||||
} else {
|
||||
if !state.instance_baselines[0].contains(entity.entity_index) {
|
||||
entity.update_type = UpdateType::Enter;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
a8541c67882b8f68590b0a384840c77b
|
||||
cf63c3e184115a6cac46dd623f4cae77
|
||||
|
|
@ -1 +1 @@
|
|||
01a19f4b08fdc92708a1dcae8df340f4
|
||||
41bb7543f785f813b4fdc1704dd5c84b
|
||||
|
|
@ -1 +1 @@
|
|||
a6221ea28cffaa4d3b457c9997d37541
|
||||
e3b9d8adc6f5c0e1f3364d42959e60aa
|
||||
Loading…
Add table
Add a link
Reference in a new issue