Skip to content

Commit

Permalink
Remove gammaInput
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Apr 26, 2020
1 parent d362843 commit 4a0f097
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/objects/screen.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ class Screen extends EventEmitter {
}

this.renderer.setSize(this._doc.width, this._doc.height, false);
this.renderer.gammaInput = true;

this.document.on('resize', ({ width, height }) => {

Expand Down

0 comments on commit 4a0f097

Please sign in to comment.