mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
removed old comment (#4370)
This commit is contained in:
@ -578,7 +578,6 @@ const char *TextFormat(const char *text, ...); // Formatting of tex
|
|||||||
//void DisableCursor(void)
|
//void DisableCursor(void)
|
||||||
|
|
||||||
// Initialize window and OpenGL context
|
// Initialize window and OpenGL context
|
||||||
// NOTE: data parameter could be used to pass any kind of required data to the initialization
|
|
||||||
void InitWindow(int width, int height, const char *title)
|
void InitWindow(int width, int height, const char *title)
|
||||||
{
|
{
|
||||||
TRACELOG(LOG_INFO, "Initializing raylib %s", RAYLIB_VERSION);
|
TRACELOG(LOG_INFO, "Initializing raylib %s", RAYLIB_VERSION);
|
||||||
|
|||||||
Reference in New Issue
Block a user