From 71181eb9e791f1fc6d0f5d2e62304ca8dcad7b1e Mon Sep 17 00:00:00 2001 From: Marco Biasini Date: Wed, 21 Jan 2015 07:11:52 +0100 Subject: [PATCH] get rock and roll working again --- src/cam.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cam.js b/src/cam.js index f7ac5a0..2228059 100644 --- a/src/cam.js +++ b/src/cam.js @@ -64,7 +64,7 @@ Cam.prototype = { } else { mat4.fromMat3(this._rotation, rot); } - this._updateProjectionMat = true; + this._updateModelViewMat = true; }, upsamplingFactor : function() { return this._upsamplingFactor;