Explorar el Código

examples: make SDL_Log work with the Emscripten console.

Fixes #10410.
Ryan C. Gordon hace 1 año
padre
commit
6559cfb143
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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');