update script

This commit is contained in:
Pavel Dobryakov
2018-01-27 13:07:55 +03:00
parent 89ee8d34b9
commit c0bac5e53e

View File

@@ -62,9 +62,8 @@ function getWebGLContext (canvas) {
if (formatRGBA == null)
{ ga('send', 'event', isWebGL2 ? 'webgl2' : 'webgl', 'not supported'); }
if (halfFloat == null)
{ ga('send', 'event', isWebGL2 ? 'webgl2' : 'webgl', 'halfTexture not supported'); }
else
{ ga('send', 'event', isWebGL2 ? 'webgl2' : 'webgl', 'supported'); }
return {
gl: gl,