improve timer handling
This commit is contained in:
@@ -2358,18 +2358,6 @@ PlaneObject.prototype.cross180 = function(on_ground, is_leg) {
|
||||
|
||||
PlaneObject.prototype.dataChanged = function() {
|
||||
this.refreshTR = true;
|
||||
if (tabHidden)
|
||||
return;
|
||||
|
||||
if (this.selected) {
|
||||
this.checkVisible();
|
||||
refreshSelected();
|
||||
}
|
||||
|
||||
if (this == HighlightedPlane) {
|
||||
this.checkVisible();
|
||||
refreshHighlighted();
|
||||
}
|
||||
}
|
||||
|
||||
PlaneObject.prototype.isNonIcao = function() {
|
||||
|
||||
Reference in New Issue
Block a user