Rename MiniYaml MergeLiberal -> MergePartial, MergeStrict -> Merge.
This commit is contained in:
committed by
Oliver Brakmann
parent
abed25d293
commit
a074bb1d4b
@@ -25,7 +25,7 @@ namespace OpenRA.Graphics
|
||||
|
||||
var sequences = voxelFiles
|
||||
.Select(s => MiniYaml.FromFile(s))
|
||||
.Aggregate(voxelNodes, MiniYaml.MergeLiberal);
|
||||
.Aggregate(voxelNodes, MiniYaml.MergePartial);
|
||||
|
||||
foreach (var s in sequences)
|
||||
LoadVoxelsForUnit(s.Key, s.Value);
|
||||
|
||||
Reference in New Issue
Block a user