8,973
edits
Paradox-01 (talk | contribs) mNo edit summary |
Paradox-01 (talk | contribs) 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 | 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(); | ||
edits