2
0
Tentone 7 жил өмнө
parent
commit
c80463dd75

+ 1 - 1
examples/js/loaders/GCodeLoader.js

@@ -32,7 +32,7 @@ THREE.GCodeLoader.prototype.load = function ( url, onLoad, onProgress, onError )
 
 THREE.GCodeLoader.prototype.parse = function ( data ) {
 
-	var currentState = { x:0, y:0, z:0, e:0, f:0, extruding:false };
+	var currentState = { x: 0, y: 0, z: 0, e: 0, f: 0, extruding: false };
 	var currentLayer = undefined;
 	var relative = false;