You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publicstaticvarEMBEDMANIFEST:Bool=false; // it can work if true, it just so happens that stuff like vlc might crash the thing cos it registers as being in the assets folder
24
+
publicstaticvarEMBEDMANIFEST:Bool=true; // it can work if true, it just so happens that stuff like vlc might crash the thing cos it registers as being in the assets folder
25
25
26
26
privatestaticfunction__init__():Void
27
27
{
@@ -240,7 +240,7 @@ class AssetHelper
240
240
{
241
241
assetData.path=asset.resourceName;
242
242
243
-
if (asset.embed!=false|| (asset.library!=null&&libraries.exists(asset.library) &&libraries[asset.library].preload))
243
+
if (asset.embed!=false&&!EMBEDMANIFEST|| (asset.library!=null&&libraries.exists(asset.library) &&libraries[asset.library].preload))
0 commit comments