mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-07 11:58:13 +00:00
Small note to remember
This commit is contained in:
@@ -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)
|
// Possible options: GL_SMOOTH (Color interpolation) or GL_FLAT (no interpolation)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// TODO: Review this comment when called from window resize callback
|
||||||
TraceLog(INFO, "OpenGL Graphics initialized successfully");
|
TraceLog(INFO, "OpenGL Graphics initialized successfully");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user