From c00cd38b017e7f8daad92aff546209bc0a68028c Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 21 Jan 2015 00:12:30 +0100 Subject: [PATCH] Small note to remember --- src/rlgl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rlgl.c b/src/rlgl.c index 2b3dfc5f..7977ea84 100644 --- a/src/rlgl.c +++ b/src/rlgl.c @@ -1259,6 +1259,7 @@ void rlglInitGraphics(int offsetX, int offsetY, int width, int height) // Possible options: GL_SMOOTH (Color interpolation) or GL_FLAT (no interpolation) #endif + // TODO: Review this comment when called from window resize callback TraceLog(INFO, "OpenGL Graphics initialized successfully"); }