The class is no longer public.

This commit is contained in:
the_fiddler 2007-11-06 13:29:40 +00:00
parent 320e2d04ac
commit 4b46c731f0

View file

@ -14,7 +14,7 @@ namespace OpenTK.Fonts
/// <summary>
/// Represents a single character of a specific Font.
/// </summary>
public class Glyph : IPackable<Glyph>
class Glyph : IPackable<Glyph>
{
char character;
Font font;