From 41ab81fd51bd13a851f9409769d47c468be2e5bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Thu, 6 May 2021 10:59:28 -0700 Subject: [PATCH] Cleanup. --- src/glcontext_html5.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/glcontext_html5.cpp b/src/glcontext_html5.cpp index 0060253d1..5110e85e7 100644 --- a/src/glcontext_html5.cpp +++ b/src/glcontext_html5.cpp @@ -140,6 +140,7 @@ namespace bgfx { namespace gl } error = (int) context; } + BX_TRACE("Failed to create WebGL context. (Canvas handle: '%s', last attempt error %d)", canvas, error); return NULL; }