Added a missing xml doc to the Dispose method.

This commit is contained in:
the_fiddler 2008-04-11 18:22:41 +00:00
parent 578e30c26a
commit a2ed57a157

View file

@ -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);