@@ -82,7 +82,6 @@ public class inputManager extends CameraInputController {
if (object != null) {
BulletManager.getModelCollisiontHashMap().forEach((k, v) -> {
if (v == object) {
- System.out.println(true);
ModelsManager.select(k);
}
});
@@ -20,7 +20,6 @@ public class Animation implements Renderable {
ImGui.text("Frames:" + frames.size());
if (ImGui.button("Add " + name)) {
ModelsManager.select(frames.get(0).toModel());
- System.out.println(name);