Skip to content

Commit 4e1daf0

Browse files
committed
fix comment
1 parent c058dd8 commit 4e1daf0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/VRMKit/VRM/VRM.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ public struct VRM: VRMFile {
4848
materialPropertyNameMap = materialProperties.reduce(into: [:]) { $0[$1.name] = $1 }
4949

5050
} else {
51-
// VRM 0.x Support (Existing logic)
5251
let vrm = try extensions["VRM"] ??? .keyNotFound("VRM")
5352

5453
meta = try decoder.decode(Meta.self, from: try vrm["meta"] ??? .keyNotFound("meta"))

0 commit comments

Comments
 (0)