Fix event priority.
This commit is contained in:
@@ -215,11 +215,11 @@ namespace Cryville.Crtr {
|
|||||||
default: return base.GetEventsOfType(type);
|
default: return base.GetEventsOfType(type);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
public override int Priority { get { return 10; } }
|
public override int Priority { get { return 12; } }
|
||||||
}
|
}
|
||||||
|
|
||||||
public class Track : EventContainer {
|
public class Track : EventContainer {
|
||||||
public override int Priority { get { return 10; } }
|
public override int Priority { get { return 14; } }
|
||||||
}
|
}
|
||||||
|
|
||||||
public class Motion : ChartEvent {
|
public class Motion : ChartEvent {
|
||||||
|
Reference in New Issue
Block a user