transform.position更改不需要修改dirty
This commit is contained in:
@@ -2053,7 +2053,7 @@ var es;
|
|||||||
else {
|
else {
|
||||||
this.localPosition = position;
|
this.localPosition = position;
|
||||||
}
|
}
|
||||||
this.setDirty(DirtyType.positionDirty);
|
this._positionDirty = false;
|
||||||
return this;
|
return this;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
|
|||||||
2
source/bin/framework.min.js
vendored
2
source/bin/framework.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -296,7 +296,7 @@ module es {
|
|||||||
} else {
|
} else {
|
||||||
this.localPosition = position;
|
this.localPosition = position;
|
||||||
}
|
}
|
||||||
this.setDirty(DirtyType.positionDirty);
|
this._positionDirty = false;
|
||||||
|
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user