mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-10 07:04:36 +00:00
BFRES : Fix yaml formatting for materials with duplicate values in keyframes.
This commit is contained in:
parent
c68dc5aaea
commit
ca57c482b7
1 changed files with 4 additions and 1 deletions
|
@ -508,7 +508,10 @@ namespace FirstPlugin
|
|||
{
|
||||
var serializerSettings = new SerializerSettings()
|
||||
{
|
||||
// EmitTags = false
|
||||
EmitTags = false,
|
||||
EmitAlias = false,
|
||||
EmitCapacityForList = false,
|
||||
EmitShortTypeName = false
|
||||
};
|
||||
|
||||
serializerSettings.DefaultStyle = YamlStyle.Any;
|
||||
|
|
Loading…
Reference in a new issue