소스 검색

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");