Преглед на файлове

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