Nicolas Cannasse 9 ani în urmă
părinte
comite
459cbe248a
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      hxd/fmt/fbx/HMDOut.hx

+ 1 - 1
hxd/fmt/fbx/HMDOut.hx

@@ -87,7 +87,7 @@ class HMDOut extends BaseLibrary {
 			for( _ in skin.splitJoints ) ibufs.push(new hxd.IndexBuffer());
 
 		g.bounds = new h3d.col.Bounds();
-		var tmpBuf = new haxe.ds.Vector(stride);
+		var tmpBuf = new haxe.ds.Vector<hxd.impl.Float32>(stride);
 		var vertexRemap = new Array<Int>();
 		var index = geom.getPolygons();
 		var count = 0, matPos = 0, stri = 0;