From 9db2bdc883a3737873aa8f620f22b199d85c2e51 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sat, 27 May 2017 01:06:32 +0900 Subject: [PATCH] Updated Web Browsers (markdown) --- Web-Browsers.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Web-Browsers.md b/Web-Browsers.md index 908a52a..d1d53ea 100644 --- a/Web-Browsers.md +++ b/Web-Browsers.md @@ -25,7 +25,6 @@ On both Android and iOS, touching is required to start sound. This is the browse ``` document.getElementsByTagName("canvas")[0].getContext("webgl").getExtension('WEBGL_lose_context').loseContext() -undefined ``` Note that Ebiten automatically restores images when the context is lost.