Fix chart importing.
This commit is contained in:
@@ -60,7 +60,7 @@ namespace Cryville.Crtr {
|
||||
static float startOffset = 0;
|
||||
public static float sv = 16f;
|
||||
|
||||
public static Dictionary<Identifier, MotionRegistry> motionRegistry = new Dictionary<Identifier, MotionRegistry>();
|
||||
public static Dictionary<Identifier, MotionRegistry> motionRegistry;
|
||||
|
||||
public static PdtEvaluator etor;
|
||||
#endregion
|
||||
@@ -533,6 +533,7 @@ namespace Cryville.Crtr {
|
||||
effectManager.Dispose();
|
||||
effectManager = null;
|
||||
etor = null;
|
||||
motionRegistry = null;
|
||||
Logger.Log("main", 1, "Game", "Stopped");
|
||||
}
|
||||
catch (Exception ex) {
|
||||
|
Reference in New Issue
Block a user