diff --git a/ReFuel.Gltf/GltfCollection.cs b/ReFuel.Gltf/GltfCollection.cs index 4a21f8a..4bf252d 100755 --- a/ReFuel.Gltf/GltfCollection.cs +++ b/ReFuel.Gltf/GltfCollection.cs @@ -70,8 +70,6 @@ namespace ReFuel.Gltf case JsonValueKind.Undefined: break; } } - - throw new NotImplementedException(); } }