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