mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-25 06:05:29 +00:00
The class is no longer public.
This commit is contained in:
parent
320e2d04ac
commit
4b46c731f0
|
@ -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