Просмотр исходного кода

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

Modularize: Remove WebVR.js
Michael Herzog 6 лет назад
Родитель
Сommit
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: [] },
 ];
 

粤ICP备19079148号