diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-07-18 16:24:37 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-07-18 16:24:37 -0700 |
commit | a97aab0522858f3e24ab96fe93e7be9e2b976878 (patch) | |
tree | f8585d79dc26206ca04786ee7a3538934eb86eac /src/postamble.js | |
parent | 168e8fd12dca0316f4edd08da5fb0c2608d67368 (diff) |
refactor file preloading to happen in FS.createPreloadedFile, so that not only file_packager preloading gets preloaded Images and Audios
Diffstat (limited to 'src/postamble.js')
-rw-r--r-- | src/postamble.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/postamble.js b/src/postamble.js index 10ac1888..2944e681 100644 --- a/src/postamble.js +++ b/src/postamble.js @@ -45,6 +45,7 @@ function run(args) { function doRun() { var ret = 0; + calledRun = true; if (Module['_main']) { preMain(); ret = Module.callMain(args); |