mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-12 20:25:30 +00:00
Documentation update.
This commit is contained in:
parent
887bfaafa4
commit
47aa1f27a9
|
@ -120,9 +120,9 @@ namespace OpenTK.Platform
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Updates the WindowInfo using the specified WindowInfo.
|
||||
/// Updates the WindowInfo using the specified IWindowInfo.
|
||||
/// </summary>
|
||||
/// <param name="window">The OpenTK.Platform.Window to get information from.</param>
|
||||
/// <param name="window">The OpenTK.Platform.IWindowInfo to get information from.</param>
|
||||
public IWindowInfo GetInfoFrom(IWindowInfo info)
|
||||
{
|
||||
return implementation.GetInfoFrom(info);
|
||||
|
|
Loading…
Reference in a new issue