浏览代码

Removing leftover of the VREffect / VRControls separation

Diego Marcos 11 年之前
父节点
当前提交
efdf025ffd
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      examples/js/controls/VRControls.js

+ 0 - 1
examples/js/controls/VRControls.js

@@ -8,7 +8,6 @@ THREE.VRControls = function ( camera, done ) {
 
 	this._init = function () {
 		var self = this;
-		this._renderer = renderer;
 		if ( !navigator.mozGetVRDevices ) {
 			if ( done ) {
 				done("Your browser is not VR Ready");