mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-03-08 10:10:00 +00:00
Added a missing xml doc to the Dispose method.
This commit is contained in:
parent
578e30c26a
commit
a2ed57a157
|
@ -43,6 +43,9 @@ namespace OpenTK.Graphics
|
|||
|
||||
#region --- IDisposable Members ---
|
||||
|
||||
/// <summary>
|
||||
/// Frees the resource consumed by the TextHandle.
|
||||
/// </summary>
|
||||
public void Dispose()
|
||||
{
|
||||
this.Dispose(true);
|
||||
|
|
Loading…
Reference in a new issue