removed old comment

This commit is contained in:
CrackedPixel 2024-10-06 20:02:14 -05:00
parent b290d47bd5
commit f47dd9c5d1

View File

@ -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);