Skip to content

Commit c16eb61

Browse files
author
Nathan Bolton
committed
Update moved function
1 parent 9fa4163 commit c16eb61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/rpg_core/TilingSprite.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ TilingSprite.prototype.updateTransform = function() {
146146
this.updateTransformTS();
147147
};
148148

149-
TilingSprite.prototype.updateTransformTS = PIXI.extras.TilingSprite.prototype.updateTransform;
149+
TilingSprite.prototype.updateTransformTS = PIXI.TilingSprite.prototype.updateTransform;
150150

151151
/**
152152
* @method _onBitmapLoad

0 commit comments

Comments
 (0)