summaryrefslogtreecommitdiffhomepage
path: root/src/shell.html
diff options
context:
space:
mode:
authorRay <[email protected]>2020-02-22 10:36:20 +0100
committerRay <[email protected]>2020-02-22 10:36:20 +0100
commit81881a120c7cfafa3448132cb63c71793920e076 (patch)
treeb12efdcdb18eb40b57090558a2ad43c489b3c2fc /src/shell.html
parenta750bcceec53c5a9c0c273ee9f0e9e792e928bd5 (diff)
downloadraylib-81881a120c7cfafa3448132cb63c71793920e076.tar.gz
raylib-81881a120c7cfafa3448132cb63c71793920e076.zip
Comment tweak
Diffstat (limited to 'src/shell.html')
-rw-r--r--src/shell.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shell.html b/src/shell.html
index 7db891be..507b35ac 100644
--- a/src/shell.html
+++ b/src/shell.html
@@ -241,8 +241,8 @@ jwE50AGjLCVuS8Yt4H7OgZLKK5EKOsLviEWJSL/+0uMi7gLUSBseYwqEbXvSHCec1CJvZPyHCmYQffaB
canvas: (function() {
var canvas = document.querySelector('#canvas');
- // As a default initial behavior, pop up an alert when webgl context is lost. To make your
- // application robust, you may want to override this behavior before shipping!
+ // As a default initial behavior, pop up an alert when webgl context is lost.
+ // To make your application robust, you may want to override this behavior before shipping!
// See http://www.khronos.org/registry/webgl/specs/latest/1.0/#5.15.2
canvas.addEventListener("webglcontextlost", function(e) { alert('WebGL context lost. You will need to reload the page.'); e.preventDefault(); }, false);