mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Fix GetCurrentMonitor comments. (#4812)
This commit is contained in:
@ -651,7 +651,7 @@ int GetMonitorCount(void)
|
||||
return count;
|
||||
}
|
||||
|
||||
// Get number of monitors
|
||||
// Get current monitor where window is placed
|
||||
int GetCurrentMonitor(void)
|
||||
{
|
||||
RGFW_monitor *mons = RGFW_getMonitors();
|
||||
|
||||
Reference in New Issue
Block a user