bevy_xpbd icon indicating copy to clipboard operation
bevy_xpbd copied to clipboard

revert schedule change for debug render. fixes #496

Open Hellzbellz123 opened this issue 1 year ago • 0 comments

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


Hellzbellz123 avatar Aug 23 '24 14:08 Hellzbellz123