Quellcode durchsuchen

Editor: Fix publish. (#30690)

Michael Herzog vor 1 Jahr
Ursprung
Commit
05ccb4e93d
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  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号