diff options
| author | Ray <[email protected]> | 2019-05-22 10:40:51 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-05-22 10:40:51 +0200 |
| commit | be7e56f51e0f9c1c8bf38cab8d451f148b46458b (patch) | |
| tree | efca613e5eeb7ff471dc4972f59a70abaa40e1d1 /src/core.c | |
| parent | e6ca2c4ba338fcb56949a3beb978a87803aa38b0 (diff) | |
| download | raylib-be7e56f51e0f9c1c8bf38cab8d451f148b46458b.tar.gz raylib-be7e56f51e0f9c1c8bf38cab8d451f148b46458b.zip | |
Move emscripten web shell to src
Diffstat (limited to 'src/core.c')
| -rw-r--r-- | src/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1640,7 +1640,7 @@ void TakeScreenshot(const char *fileName) #if defined(PLATFORM_WEB) // Download file from MEMFS (emscripten memory filesystem) - // SaveFileFromMEMFSToDisk() function is defined in raylib/templates/web_shel/shell.html + // SaveFileFromMEMFSToDisk() function is defined in raylib/src/shell.html emscripten_run_script(TextFormat("SaveFileFromMEMFSToDisk('%s','%s')", GetFileName(path), GetFileName(path))); #endif |
