0x0046FC57
| 182 | |
| 183 | // 0x0046FC57 |
| 184 | void updateSpatialIndex() |
| 185 | { |
| 186 | for (auto& ent : entities()) |
| 187 | { |
| 188 | ent.moveTo(ent.position); |
| 189 | } |
| 190 | } |
| 191 | |
| 192 | static bool removeFromSpatialIndex(EntityBase& entity, const size_t index) |
| 193 | { |
no test coverage detected