Compare commits
3 Commits
greenkeepe
...
greenkeepe
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d878b93550 | ||
|
|
d37c847389 | ||
|
|
dd93869411 |
@@ -37,7 +37,7 @@
|
|||||||
"gh-pages": "^1.0.0",
|
"gh-pages": "^1.0.0",
|
||||||
"jsdoc": "^3.5.5",
|
"jsdoc": "^3.5.5",
|
||||||
"json": "^9.0.4",
|
"json": "^9.0.4",
|
||||||
"scratch-vm": "0.2.0-prerelease.20200317155559",
|
"scratch-vm": "0.2.0-prerelease.20200319175700",
|
||||||
"tap": "^11.0.0",
|
"tap": "^11.0.0",
|
||||||
"travis-after-all": "^1.4.4",
|
"travis-after-all": "^1.4.4",
|
||||||
"uglifyjs-webpack-plugin": "^1.2.5",
|
"uglifyjs-webpack-plugin": "^1.2.5",
|
||||||
|
|||||||
@@ -212,6 +212,9 @@ class Skin extends EventEmitter {
|
|||||||
this._emptyImageTexture = twgl.createTexture(gl, textureOptions);
|
this._emptyImageTexture = twgl.createTexture(gl, textureOptions);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this._rotationCenter[0] = 0;
|
||||||
|
this._rotationCenter[1] = 0;
|
||||||
|
|
||||||
this._silhouette.update(this._emptyImageData);
|
this._silhouette.update(this._emptyImageData);
|
||||||
this.emit(Skin.Events.WasAltered);
|
this.emit(Skin.Events.WasAltered);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user