|
@@ -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;
|