Skip to content

Commit

Permalink
removed old comment (#4370)
Browse files Browse the repository at this point in the history
  • Loading branch information
CrackedPixel authored Oct 7, 2024
1 parent b290d47 commit 43b109a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rcore.c
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,6 @@ const char *TextFormat(const char *text, ...); // Formatting of tex
//void DisableCursor(void)

// 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)
{
TRACELOG(LOG_INFO, "Initializing raylib %s", RAYLIB_VERSION);
Expand Down

0 comments on commit 43b109a

Please sign in to comment.