tweak analytics

This commit is contained in:
Pavel Dobryakov
2018-01-27 13:05:20 +03:00
parent 42433d75e8
commit a9d20ca8c2

View File

@@ -60,9 +60,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,