mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 19:25:16 -05:00
Fix web builds using disgusting amounts of bandwidth
This commit is contained in:
parent
f6bd203786
commit
7063fafd33
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ class Project extends HXProject {
|
|||
// Should be true only on web builds.
|
||||
// Enabling embedding and preloading is required to preload assets properly.
|
||||
EMBED_ASSETS.apply(this, isWeb());
|
||||
PRELOAD_ALL.apply(this, true);
|
||||
PRELOAD_ALL.apply(this, !isWeb());
|
||||
|
||||
// Should be true except on MacOS.
|
||||
// File drop doesn't work there.
|
||||
|
|
Loading…
Reference in a new issue