We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c03b2f9 commit c338ecbCopy full SHA for c338ecb
2 files changed
v3/src/checksum.js
@@ -1,4 +1,4 @@
1
var CHECKSUM = {
2
-build: '635b8da0-e234-11e6-9dac-3feadd6ebdbc'
+build: 'd280f080-e252-11e6-bada-f9ef445cacef'
3
};
4
module.exports = CHECKSUM;
v3/src/textures/Frame.js
@@ -173,7 +173,6 @@ Frame.prototype = {
173
{
174
var data = this.data;
175
var ss = data.spriteSourceSize;
176
- var di = data.drawImage;
177
178
// Store actual values
179
@@ -193,14 +192,6 @@ Frame.prototype = {
193
192
this.width = destWidth;
194
this.height = destHeight;
195
196
- // drawImage data
197
- di.sx = destX;
198
- di.sy = destY;
199
- di.sWidth = destWidth;
200
- di.sHeight = destHeight;
201
- di.dWidth = destWidth;
202
- di.dHeight = destHeight;
203
-
204
this.updateUVs();
205
206
return this;
0 commit comments