diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-08-04 10:26:04 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-08-04 10:26:04 -0700 |
commit | 0ec5761c82a818cb9d5c22d3aa4fc80f3179322e (patch) | |
tree | 96a4e6d392eaa527ae98bc7ccd61b15889f783d4 /src/library_gl.js | |
parent | f9901e470e65c462409897fc3d01e906917f710f (diff) |
mention DISABLE_GL_EMULATION option when initializing gl emulation
Diffstat (limited to 'src/library_gl.js')
-rw-r--r-- | src/library_gl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library_gl.js b/src/library_gl.js index d0f1a692..54b2f956 100644 --- a/src/library_gl.js +++ b/src/library_gl.js @@ -1318,7 +1318,7 @@ var LibraryGL = { GLEmulation.fogColor = new Float32Array(4); // Add some emulation workarounds - Module.printErr('WARNING: using emscripten GL emulation. This is a collection of limited workarounds, do not expect it to work'); + Module.printErr('WARNING: using emscripten GL emulation. This is a collection of limited workarounds, do not expect it to work. (If you do not want this, build with -s DISABLE_GL_EMULATION=1)'); #if GL_UNSAFE_OPTS == 0 Module.printErr('WARNING: using emscripten GL emulation unsafe opts. If weirdness happens, try -s GL_UNSAFE_OPTS=0'); #endif |