Watch
2
0
Fork
You've already forked raylib-cs
0

Comment fix

This commit is contained in:
Rgebee 2022-08-12 07:07:09 +01:00
commit a55050c092
2 changed files with 8 additions and 8 deletions

View file

@ -20,7 +20,7 @@ namespace Raylib_cs
SetWindowTitle(str1.AsPointer());
}
/// <summary>Get the human-readable, UTF-8 encoded name of the primary monitor</summary>
/// <summary>Get the human-readable, UTF-8 encoded name of the specified monitor</summary>
public static string GetMonitorName_(int monitor)
{
return Utf8StringUtils.GetUTF8String(GetMonitorName(monitor));