diff options
| author | Kai Stevenson <kai@kaistevenson.com> | 2026-08-23 23:47:31 -0700 |
|---|---|---|
| committer | Kai Stevenson <kai@kaistevenson.com> | 2026-08-23 23:47:31 -0700 |
| commit | 3bae37a2d439804aee543473ef9b44f18692a67f (patch) | |
| tree | d5b628aecd53a5fe5bc8fc62b7202713f975594f /src/sim/sim_manager | |
| parent | 5bedb15c61ad26824dbe6053f0b66b11b6ad5047 (diff) | |
cleanup
Diffstat (limited to 'src/sim/sim_manager')
| -rw-r--r-- | src/sim/sim_manager/utils.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sim/sim_manager/utils.rs b/src/sim/sim_manager/utils.rs index c72981f..69a4756 100644 --- a/src/sim/sim_manager/utils.rs +++ b/src/sim/sim_manager/utils.rs @@ -147,6 +147,7 @@ pub fn read_back_entities_from_world( // the entity was partitioned // destroy the original entity // correctness -- not correct! because we don't have pos without rb + puffin::profile_scope!("Partition entity"); let old_rb = sim .rb_manager .physics_manager |
