Nicolas Cannasse пре 9 година
родитељ
комит
459cbe248a
1 измењених фајлова са 1 додато и 1 уклоњено
  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());
 			for( _ in skin.splitJoints ) ibufs.push(new hxd.IndexBuffer());
 
 
 		g.bounds = new h3d.col.Bounds();
 		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 vertexRemap = new Array<Int>();
 		var index = geom.getPolygons();
 		var index = geom.getPolygons();
 		var count = 0, matPos = 0, stri = 0;
 		var count = 0, matPos = 0, stri = 0;