@ -393,7 +393,6 @@ public class RaceViewController extends Controller {
sails3D.stopLuffing();
}
} else {
System.out.println("luffing");
if (!sails3D.isLuffing()) {
sails3D.startLuffing();
@ -27,7 +27,6 @@ public class Assets3D {
for (int i = 0; i < sails.length; i++){
String path = String.format("assets/Sails/V1.3 Sail_%06d.obj", i + 1);
System.out.println(path);
URL asset = Assets3D.class.getClassLoader().getResource(path);
objModelImporter.read(asset);
if (objModelImporter.getImport().length > 0) {