Skip to content

Commit

Permalink
Export plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
rexrainbow committed Sep 13, 2023
1 parent 30ad04a commit e95695c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/rexdragrotateplugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@
value: function getOriginX(camera) {
// OriginX in world position
if (!this.originGameObject) {
return this._x;
return this.x;
}
var gameObject = this.originGameObject;
var x = gameObject.x;
Expand All @@ -507,7 +507,7 @@
value: function getOriginY(camera) {
// OriginY in world position
if (!this.originGameObject) {
return this._y;
return this.y;
}
var gameObject = this.originGameObject;
var y = gameObject.y;
Expand Down
Loading

0 comments on commit e95695c

Please sign in to comment.