oops; that didnt actually work without aftermath
This commit is contained in:
@@ -74,7 +74,6 @@ namespace SequenceEditor
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
FileSystem.MountDefault( true );
|
FileSystem.MountDefault( true );
|
||||||
FileSystem.MountTemporary(new Package("temperat.mix"));
|
|
||||||
}
|
}
|
||||||
catch( FileNotFoundException fnf )
|
catch( FileNotFoundException fnf )
|
||||||
{
|
{
|
||||||
@@ -82,6 +81,8 @@ namespace SequenceEditor
|
|||||||
throw new InvalidOperationException( "Unable to load MIX files" );
|
throw new InvalidOperationException( "Unable to load MIX files" );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
FileSystem.MountTemporary(new Package("temperat.mix"));
|
||||||
|
|
||||||
XmlFilename = args.FirstOrDefault( x => x.EndsWith(".xml") ) ?? "sequences.xml";
|
XmlFilename = args.FirstOrDefault( x => x.EndsWith(".xml") ) ?? "sequences.xml";
|
||||||
Doc = new XmlDocument();
|
Doc = new XmlDocument();
|
||||||
Doc.Load(XmlFilename);
|
Doc.Load(XmlFilename);
|
||||||
|
|||||||
Reference in New Issue
Block a user