From 0877019fb6eb5bf23daff1117925b4265fb9db3e Mon Sep 17 00:00:00 2001 From: raysan5 Date: Fri, 10 Jul 2020 12:15:52 +0200 Subject: [PATCH] Review comment --- src/rlgl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rlgl.h b/src/rlgl.h index 92b54a903..002d2955a 100644 --- a/src/rlgl.h +++ b/src/rlgl.h @@ -1558,7 +1558,7 @@ void rlglInit(int width, int height) // TODO: Automatize extensions loading using rlLoadExtensions() and GLAD // Actually, when rlglInit() is called in InitWindow() in core.c, - // OpenGL required extensions have already been loaded (PLATFORM_DESKTOP) + // OpenGL context has already been created and required extensions loaded #if defined(GRAPHICS_API_OPENGL_33) || defined(GRAPHICS_API_OPENGL_ES2) // Get supported extensions list