mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-24 00:46:55 +00:00
The class is no longer public.
This commit is contained in:
parent
6ac7982f27
commit
21714e0dce
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue