浏览代码

trails : rollback changes

lviguier 1 年之前
父节点
当前提交
6ecf01e987
共有 1 个文件被更改,包括 4 次插入4 次删除
  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