Procházet zdrojové kódy

examples: make SDL_Log work with the Emscripten console.

Fixes #10410.
Ryan C. Gordon před 1 rokem
rodič
revize
6559cfb143
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      examples/template.html

+ 1 - 0
examples/template.html

@@ -169,6 +169,7 @@
             }
           };
         })(),
+        printErr: function(text) { Module.print(text) },
         canvas: (() => {
           var canvas = document.getElementById('canvas');