Skip to content

Commit

Permalink
revert schedule change for debug render
Browse files Browse the repository at this point in the history
revert schedule change for PhysicsDebugPlugin because it causes large lag
  • Loading branch information
Hellzbellz123 authored Aug 23, 2024
1 parent 1e4d7a7 commit 8c06b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/debug_render/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ impl PhysicsDebugPlugin {

impl Default for PhysicsDebugPlugin {
fn default() -> Self {
Self::new(FixedPostUpdate)
Self::new(PostUpdate)
}
}

Expand Down

0 comments on commit 8c06b49

Please sign in to comment.