Removed ProjectFormOLD, fixed ProjectFile YND save bug

This commit is contained in:
dexyfex
2018-12-03 20:07:04 +11:00
Unverified
parent e004a5ad18
commit 6adb6b2cc4
5 changed files with 1 additions and 19975 deletions
+1 -1
View File
@@ -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");