summaryrefslogtreecommitdiff
path: root/src/sim/cell_manager/manager.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/cell_manager/manager.rs')
-rw-r--r--src/sim/cell_manager/manager.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sim/cell_manager/manager.rs b/src/sim/cell_manager/manager.rs
index c8015f7..157499d 100644
--- a/src/sim/cell_manager/manager.rs
+++ b/src/sim/cell_manager/manager.rs
@@ -42,6 +42,7 @@ impl CellManager {
// this is a temporary hack
if !sleeping {
self.chunks[idx].sleeping = false;
+ // remove this
self.chunks[idx].collider_dirty_seqno = Some(0);
}
self.chunks[idx].needs_texture_update = true;