scripts/renderer.js
changeset 29 99652d00489f
parent 28 9df7034275e8
child 30 95688249c40c
     1.1 --- a/scripts/renderer.js	Wed Apr 27 02:04:45 2011 +0200
     1.2 +++ b/scripts/renderer.js	Wed Apr 27 13:35:56 2011 +0200
     1.3 @@ -187,7 +187,7 @@
     1.4  	    this.mvMatrix = mvMatrix;
     1.5  	    this.draw(node.children[id]);
     1.6  	}
     1.7 -	this.mvMatrix = this.popMatrix();
     1.8 +	this.context.mvMatrix = this.popMatrix();
     1.9      }
    1.10  }
    1.11  Renderer.prototype.pushMatrix = function(matrix)