Skip to content

Commit

Permalink
more WebGL tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jlongster committed Apr 24, 2013
1 parent 2ce81ec commit da59ca3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ function ajaxGet(url, success) {
function Renderer(canvas) {
var glOpts = {
antialias: false,
depth: false
depth: false,
preserveDrawingBuffer: true
};

this.width = canvas.width;
Expand Down

0 comments on commit da59ca3

Please sign in to comment.