diff --git a/Source/OpenTK/Fonts/Glyph.cs b/Source/OpenTK/Fonts/Glyph.cs index d4008761..bd1674c3 100644 --- a/Source/OpenTK/Fonts/Glyph.cs +++ b/Source/OpenTK/Fonts/Glyph.cs @@ -14,7 +14,7 @@ namespace OpenTK.Fonts /// /// Represents a single character of a specific Font. /// - public class Glyph : IPackable + class Glyph : IPackable { char character; Font font;