diff options
| author | Ray <raysan5@gmail.com> | 2015-01-21 00:12:30 +0100 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2015-01-21 00:12:30 +0100 |
| commit | c00cd38b017e7f8daad92aff546209bc0a68028c (patch) | |
| tree | bc6b185c193a4bb79355165a075456a80b143d6e /src | |
| parent | e96c22d6f8b26abaf2d2d41df478d4a5e856836c (diff) | |
| download | raylib-c00cd38b017e7f8daad92aff546209bc0a68028c.tar.gz raylib-c00cd38b017e7f8daad92aff546209bc0a68028c.zip | |
Small note to remember
Diffstat (limited to 'src')
| -rw-r--r-- | src/rlgl.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"); } |
