Просмотр исходного кода

examples: make SDL_Log work with the Emscripten console.

Fixes #10410.
Ryan C. Gordon 1 год назад
Родитель
Сommit
6559cfb143
1 измененных файлов с 1 добавлено и 0 удалено
  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');