Преглед изворни кода

Merge pull request #18137 from donmccurdy/cleanup-modularize-webvr

Modularize: Remove WebVR.js
Michael Herzog пре 5 година
родитељ
комит
3766464d26
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      utils/modularize.js

+ 0 - 2
utils/modularize.js

@@ -236,8 +236,6 @@ var files = [
 	{ path: 'utils/TypedArrayUtils.js', dependencies: [], ignoreList: [] },
 	{ path: 'utils/UVsDebug.js', dependencies: [], ignoreList: [ 'SphereBufferGeometry' ] },
 
-	{ path: 'vr/WebVR.js', dependencies: [], ignoreList: [] },
-
 	{ path: 'WebGL.js', dependencies: [], ignoreList: [] },
 ];