mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-05 01:16:28 +00:00
Fix GetCurrentMonitor comments. (#4812)
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user