oops; that didnt actually work without aftermath

This commit is contained in:
Chris Forbes
2009-12-28 17:50:59 +13:00
parent ae198fd877
commit fb38f64c8b

View File

@@ -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);