stop listening to tick source on time system change

This commit is contained in:
Henry 2016-08-03 17:43:07 -07:00
parent f844495cc1
commit f4e1879a2d

View File

@ -83,6 +83,10 @@ define(
TimeConductorMode.prototype.selectedTimeSystem.apply(this, arguments);
if (timeSystem) {
if (this.tickSourceUnlisten) {
this.tickSourceUnlisten();
}
var defaults = timeSystem.defaults()[0];
if (arguments.length > 0) {