Explorar o código

examples: make SDL_Log work with the Emscripten console.

Fixes #10410.
Ryan C. Gordon hai 1 ano
pai
achega
6559cfb143
Modificáronse 1 ficheiros con 1 adicións e 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');