Fix GetCurrentMonitor comments. (#4812)

This commit is contained in:
Kaluub
2025-03-07 14:21:08 -05:00
committed by GitHub
parent f1385f3aec
commit 9ba0cdbe6d
7 changed files with 7 additions and 7 deletions

View File

@@ -431,7 +431,7 @@ int GetMonitorCount(void)
return 1;
}
// Get number of monitors
// Get current monitor where window is placed
int GetCurrentMonitor(void)
{
TRACELOG(LOG_WARNING, "GetCurrentMonitor() not implemented on target platform");