mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-15 11:08:26 +08:00
Fix for <Item type="None" /> appearing in drawable XML
This commit is contained in:
@@ -466,7 +466,7 @@ namespace CodeWalker.GameFiles
|
||||
{
|
||||
if (b == null)
|
||||
{
|
||||
YbnXml.SelfClosingTag(sb, indent, "Item type=\"" + BoundsType.None.ToString() + "\"");
|
||||
YbnXml.SelfClosingTag(sb, indent, name + " type=\"" + BoundsType.None.ToString() + "\"");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user