Removed println's ready for DoD

main
Fan-Wu Yang 8 years ago
parent 6d55168c61
commit eca921cb11

@ -397,7 +397,6 @@ public class RaceViewController extends Controller {
sails3D.stopLuffing(); sails3D.stopLuffing();
} }
} else { } else {
System.out.println("luffing");
if (!sails3D.isLuffing()) { if (!sails3D.isLuffing()) {
sails3D.startLuffing(); sails3D.startLuffing();
} }

@ -30,7 +30,6 @@ public class Assets3D {
for (int i = 0; i < sails.length; i++){ for (int i = 0; i < sails.length; i++){
String path = String.format("assets/Sails/V1.5 Sail_%06d.obj", i + 1); String path = String.format("assets/Sails/V1.5 Sail_%06d.obj", i + 1);
System.out.println(path);
URL asset = Assets3D.class.getClassLoader().getResource(path); URL asset = Assets3D.class.getClassLoader().getResource(path);
objModelImporter.read(asset); objModelImporter.read(asset);
if (objModelImporter.getImport().length > 0) { if (objModelImporter.getImport().length > 0) {

Loading…
Cancel
Save