mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +08:00
[libgdx] Removed debug physics checkbox from Skeleton Viewer.
This commit is contained in:
parent
4f58767740
commit
1d45f50ef3
@ -283,7 +283,6 @@ public class SkeletonViewer extends ApplicationAdapter {
|
||||
debugRenderer.setPaths(ui.debugPathsCheckbox.isChecked());
|
||||
debugRenderer.setPoints(ui.debugPointsCheckbox.isChecked());
|
||||
debugRenderer.setClipping(ui.debugClippingCheckbox.isChecked());
|
||||
debugRenderer.setClipping(ui.debugPhysicsCheckbox.isChecked());
|
||||
debugRenderer.draw(skeleton);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user