Skip to content

Commit

Permalink
get rock and roll working again
Browse files Browse the repository at this point in the history
  • Loading branch information
biasmv committed Jan 21, 2015
1 parent c4560aa commit 71181eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cam.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Cam.prototype = {
} else {
mat4.fromMat3(this._rotation, rot);
}
this._updateProjectionMat = true;
this._updateModelViewMat = true;
},
upsamplingFactor : function() {
return this._upsamplingFactor;
Expand Down

0 comments on commit 71181eb

Please sign in to comment.