Comment fix
This commit is contained in:
parent
f7d017b3f0
commit
a55050c092
2 changed files with 8 additions and 8 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Reference in a new issue