We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c058dd8 commit 4e1daf0Copy full SHA for 4e1daf0
Sources/VRMKit/VRM/VRM.swift
@@ -48,7 +48,6 @@ public struct VRM: VRMFile {
48
materialPropertyNameMap = materialProperties.reduce(into: [:]) { $0[$1.name] = $1 }
49
50
} else {
51
- // VRM 0.x Support (Existing logic)
52
let vrm = try extensions["VRM"] ??? .keyNotFound("VRM")
53
54
meta = try decoder.decode(Meta.self, from: try vrm["meta"] ??? .keyNotFound("meta"))
0 commit comments