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