mirror of
https://github.com/photonstorm/phaser
synced 2024-12-01 00:49:41 +00:00
Update RopeWebGLRenderer.js
This commit is contained in:
parent
1eb3464f30
commit
0ff08a2994
1 changed files with 0 additions and 4 deletions
|
@ -56,10 +56,6 @@ var RopeWebGLRenderer = function (renderer, src, interpolationPercentage, camera
|
||||||
camMatrix.multiply(spriteMatrix, calcMatrix);
|
camMatrix.multiply(spriteMatrix, calcMatrix);
|
||||||
}
|
}
|
||||||
|
|
||||||
var frame = src.frame;
|
|
||||||
|
|
||||||
// var texture = frame.glTexture;
|
|
||||||
|
|
||||||
var vertices = src.vertices;
|
var vertices = src.vertices;
|
||||||
var uvs = src.uv;
|
var uvs = src.uv;
|
||||||
var colors = src.colors;
|
var colors = src.colors;
|
||||||
|
|
Loading…
Reference in a new issue