mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-09 20:38:56 -05:00
Updated UniJSON
This commit is contained in:
@@ -119,7 +119,7 @@ namespace VRM
|
||||
}
|
||||
else
|
||||
{
|
||||
f.Value(node);
|
||||
f.Dump(node.Bytes);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ namespace VRM
|
||||
f.Key("vectorProperties"); f.BeginMap();
|
||||
foreach (var kv in vectorProperties)
|
||||
{
|
||||
f.Key(kv.Key); f.Value(kv.Value.ToArray());
|
||||
f.Key(kv.Key); f.Serialize(kv.Value.ToArray());
|
||||
}
|
||||
f.EndMap();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user