Sfoglia il codice sorgente

trails : rollback changes

lviguier 1 anno fa
parent
commit
6ecf01e987
1 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 4 4
      hrt/prefab/l3d/Trails.hx

+ 4 - 4
hrt/prefab/l3d/Trails.hx

@@ -470,10 +470,10 @@ class TrailObj extends h3d.scene.Mesh {
 
 		updateParams();
 
-		if (trails != null) {
-			var pos = this.getAbsPos();
-			addPoint(trails[0], pos.tx, pos.ty, pos.tz, ECamera, 1.0);
-		}
+		// if (trails != null) {
+		// 	var pos = this.getAbsPos();
+		// 	addPoint(trails[0], pos.tx, pos.ty, pos.tz, ECamera, 1.0);
+		// }
 	}
 
 	#if editor