Commit 848b79ef authored by Viktor Lidholt's avatar Viktor Lidholt

Updates physics test to draw debug

parent fde92a69
......@@ -53,6 +53,7 @@ class TestBed extends NodeWithSize {
TestBed() : super(new Size(1024.0, 1024.0)) {
_world = new PhysicsWorld(new Offset(0.0, 100.0));
_world.drawDebug = true;
_group = new PhysicsGroup();
_group2 = new PhysicsGroup();
_group2.position = new Point(50.0, 50.0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment