bevy_xpbd
bevy_xpbd copied to clipboard
revert schedule change for debug render. fixes #496
opened as draft cause im not sure if a whole new pr/issue is the way to go
revert schedule change for PhysicsDebugPlugin because it causes large lag
Objective
fixes issue #496 recent scheduling changes from commit 4d082a79 causes PhysicsDebugPlugin too generate lots of lag when enabled
Solution
change default schedule from FixedPostUpdate too PostUpdate