Skip to content

Commit 90478cb

Browse files
revert schedule change for debug render (#497)
revert schedule change for PhysicsDebugPlugin because it causes large lag # Objective fixes issue #496 recent scheduling changes from commit 4d082a7 causes PhysicsDebugPlugin too generate lots of lag when enabled ## Solution change default schedule from FixedPostUpdate too PostUpdate
1 parent ba88219 commit 90478cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/debug_render/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ impl PhysicsDebugPlugin {
8989

9090
impl Default for PhysicsDebugPlugin {
9191
fn default() -> Self {
92-
Self::new(FixedPostUpdate)
92+
Self::new(PostUpdate)
9393
}
9494
}
9595

0 commit comments

Comments
 (0)