mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-15 01:04:49 +08:00
Fix for <Item type="None" /> appearing in drawable XML
This commit is contained in:
@@ -949,7 +949,10 @@ namespace CodeWalker.GameFiles
|
||||
|
||||
base.WriteXml(sb, indent, ddsfolder);
|
||||
|
||||
Bounds.WriteXmlNode(Bound, sb, indent);
|
||||
if (Bound != null)
|
||||
{
|
||||
Bounds.WriteXmlNode(Bound, sb, indent);
|
||||
}
|
||||
|
||||
Skeleton = skel;
|
||||
Bound = bnds;
|
||||
|
||||
Reference in New Issue
Block a user