Talk:Modifying an existing level: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 252: Line 252:


====Notes on C# (.NET Framework 4) (Onisplit 0.9.99.0)====
====Notes on C# (.NET Framework 4) (Onisplit 0.9.99.0)====
Looks like the current OniSplit srouce on svn has a bug in XML/ParticleXmlImporter.cs
Looks like the current OniSplit source on svn has a bug in XML/ParticleXmlImporter.cs
             // broken: string text = xml.ReadElementContentAsString();
             // broken: string text = xml.ReadElementContentAsString();
             string text = xml.ReadContentAsString();
             string text = xml.ReadContentAsString();
8,979

edits