Compare commits
4 Commits
0.1.0-prer
...
hotfix/tot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
08e2abced2 | ||
|
|
88d31483a2 | ||
|
|
cfaa033568 | ||
|
|
2dd6850c19 |
@@ -53,7 +53,7 @@
|
||||
"minilog": "3.1.0",
|
||||
"raw-loader": "^0.5.1",
|
||||
"scratch-storage": "^1.0.0",
|
||||
"scratch-svg-renderer": "0.2.0-prerelease.20210225205629",
|
||||
"scratch-svg-renderer": "0.2.0-prerelease.20210317184701",
|
||||
"twgl.js": "4.4.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -258,7 +258,7 @@ class RenderWebGL extends EventEmitter {
|
||||
if (canvas.width !== newWidth || canvas.height !== newHeight) {
|
||||
canvas.width = newWidth;
|
||||
canvas.height = newHeight;
|
||||
|
||||
|
||||
if (this._mystery.modeActive && this._mystery.bufferInfo) {
|
||||
twgl.resizeFramebufferInfo(this._gl, this._mystery.bufferInfo, [
|
||||
{format: this._gl.RGBA}
|
||||
|
||||
Reference in New Issue
Block a user