This commit is contained in:
ousttrue
2018-05-31 21:58:01 +09:00
parent 1337c3d155
commit e9dbcf2a52
2 changed files with 1 additions and 7 deletions

View File

@@ -31,12 +31,6 @@ namespace VRM
}
}
// update buffer size
foreach (var b in gltf.buffers)
{
b.UpdateByteLength();
}
return gltf;
}