瀏覽代碼

examples: make SDL_Log work with the Emscripten console.

Fixes #10410.
Ryan C. Gordon 8 月之前
父節點
當前提交
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');