mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 18:25:15 +08:00
Removed ProjectFormOLD, fixed ProjectFile YND save bug
This commit is contained in:
@@ -63,7 +63,7 @@ namespace CodeWalker.Project
|
||||
var yndselem = Xml.AddChild(doc, projelem, "YndFilenames");
|
||||
foreach (string yndfilename in YndFilenames)
|
||||
{
|
||||
Xml.AddChildWithInnerText(doc, ytypselem, "Item", yndfilename);
|
||||
Xml.AddChildWithInnerText(doc, yndselem, "Item", yndfilename);
|
||||
}
|
||||
|
||||
var ynvselem = Xml.AddChild(doc, projelem, "YnvFilenames");
|
||||
|
||||
Reference in New Issue
Block a user