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 1410cac7d3
commit e6bfaa28ef

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