We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f78a4cb commit 1bbb3bbCopy full SHA for 1bbb3bb
1 file changed
src/gameobjects/Rope.js
@@ -61,7 +61,7 @@ Phaser.Rope = function (game, x, y, key, frame, points) {
61
*/
62
this._scroll = new Phaser.Point();
63
64
- PIXI.Rope.call(this, key, this.points);
+ PIXI.Rope.call(this, PIXI.TextureCache['__default'], this.points);
65
66
Phaser.Component.Core.init.call(this, game, x, y, key, frame);
67
0 commit comments