Michael Herzog 11 месяцев назад
Родитель
Сommit
88c358bf59
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      editor/js/Sidebar.Project.App.js

+ 5 - 0
editor/js/Sidebar.Project.App.js

@@ -139,6 +139,11 @@ function SidebarProjectApp( editor ) {
 
 			toZip[ 'js/app.js' ] = strToU8( content );
 
+		} );
+		loader.load( '../build/three.core.js', function ( content ) {
+
+			toZip[ 'js/three.core.js' ] = strToU8( content );
+
 		} );
 		loader.load( '../build/three.module.js', function ( content ) {
 

粤ICP备19079148号