From e9dbcf2a52b244ebd15baa479afd9143b5838823 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Thu, 31 May 2018 21:58:01 +0900 Subject: [PATCH] Fix #12 --- Scripts/Format/VRMExporter.cs | 6 ------ UniGLTF | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/Scripts/Format/VRMExporter.cs b/Scripts/Format/VRMExporter.cs index b3a0f7147..abdc32d42 100644 --- a/Scripts/Format/VRMExporter.cs +++ b/Scripts/Format/VRMExporter.cs @@ -31,12 +31,6 @@ namespace VRM } } - // update buffer size - foreach (var b in gltf.buffers) - { - b.UpdateByteLength(); - } - return gltf; } diff --git a/UniGLTF b/UniGLTF index 038b9900b..c8b19d3b8 160000 --- a/UniGLTF +++ b/UniGLTF @@ -1 +1 @@ -Subproject commit 038b9900be72da4af4aced100e1f7994fcad8f69 +Subproject commit c8b19d3b8332cadff434a58646610abe2618f3c8