This repository was archived by the owner on Dec 14, 2025. It is now read-only.
Commit 67f9622
authored
Fix for Fix: Occluder Instance Entity Index Out of Range
`occluder_instance` is now properly assigned.
Changed check to `entity_index in entity_occluder_instances` due to it being a Dictionary and not an Array.
Occluder instances no longer indexing out of range on map build.1 parent 8b221ac commit 67f9622
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1063 | 1063 | | |
1064 | 1064 | | |
1065 | 1065 | | |
1066 | | - | |
1067 | | - | |
| 1066 | + | |
| 1067 | + | |
1068 | 1068 | | |
1069 | 1069 | | |
1070 | 1070 | | |
| |||
0 commit comments