[TASK] Moved settings to the api

Related to issue #77.
This commit is contained in:
Emma Stone
2017-03-09 11:07:57 +00:00
parent f3629e936a
commit 6afd4da0e5
36 changed files with 403 additions and 245 deletions
@@ -20,8 +20,9 @@ public class DSceneObjects extends AbstractDebugger {
@Override
public void toggle() {
SceneObject[] objects = SceneObjects.getNearest();
if (objects == null || objects.length == 0)
if (objects == null || objects.length == 0) {
return;
}
for (int i = objects.length - 1; i >= 0; i--) {
System.out.println(