mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2025-02-11 05:12:52 +08:00
Fixed typo in YED XML importer
This commit is contained in:
parent
7a8977b277
commit
4e8f789cf8
@ -692,7 +692,7 @@ namespace CodeWalker.GameFiles
|
|||||||
{
|
{
|
||||||
foreach (XmlNode inode in inodes)
|
foreach (XmlNode inode in inodes)
|
||||||
{
|
{
|
||||||
if (Enum.TryParse<ExpressionNodeType>(Xml.GetStringAttribute(inode, "type"), out var type)) ;
|
if (Enum.TryParse<ExpressionNodeType>(Xml.GetStringAttribute(inode, "type"), out var type))
|
||||||
{
|
{
|
||||||
var item = CreateItem(type);
|
var item = CreateItem(type);
|
||||||
item.Type = type;
|
item.Type = type;
|
||||||
|
Loading…
Reference in New Issue
Block a user