Skip to content

Commit

Permalink
Made the timer and sound controls be sim wide, fixes #131.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Feb 6, 2015
1 parent bd399dc commit 8eb5221
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/display/WebGLBlock.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ define( function( require ) {

// TODO: Maybe pass through Renderer.bitmaskWebGLLowResolution ) ?
// Each WebGL block needs its own canvas, and this is created by the WebGLRenderer.
debugger;
this.webglRenderer = new WebGLRenderer( { stats: false } );
this.domElement = this.webglRenderer.canvas;

Expand Down

0 comments on commit 8eb5221

Please sign in to comment.