From 592b5642f7d169ae13d590b79683200b0f6b5584 Mon Sep 17 00:00:00 2001 From: Pere001 <68083904+Pere001@users.noreply.github.com> Date: Sat, 19 Nov 2022 10:57:38 +0100 Subject: [PATCH] Updated Working for Web (HTML5) (markdown) --- Working-for-Web-(HTML5).md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Working-for-Web-(HTML5).md b/Working-for-Web-(HTML5).md index 2f9ec69..eed23d8 100644 --- a/Working-for-Web-(HTML5).md +++ b/Working-for-Web-(HTML5).md @@ -305,4 +305,8 @@ Q: Failing to play sounds? (``Uncaught ReferenceError: ccall is not defined at d A: Add this argument in the compiler line ``-s EXPORTED_RUNTIME_METHODS=ccall``. +Q: Why don't I see the changes I compiled being applied? + +Your web broswer may be caching the game; you need to clear the cache. In most browsers the shortcut Shift+F5 or Ctrl+F5 will fully reload the page. + **Please, feel free to add here your FAQ/Issues to help others!!!**