mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-03 15:51:02 +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 ---
|
||||
|
||||
/// <summary>
|
||||
/// Frees the resource consumed by the TextHandle.
|
||||
/// </summary>
|
||||
public void Dispose()
|
||||
{
|
||||
this.Dispose(true);
|
||||
|
|
Loading…
Reference in a new issue