mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
De-namespaced a class, to make it less verbose.
This commit is contained in:
@@ -185,7 +185,7 @@ private:
|
||||
Glyph *addGlyph(uint32 glyph);
|
||||
Glyph *findGlyph(uint32 glyph);
|
||||
|
||||
Object::StrongRef<love::font::Rasterizer> rasterizer;
|
||||
StrongRef<love::font::Rasterizer> rasterizer;
|
||||
|
||||
int height;
|
||||
float lineHeight;
|
||||
|
||||
Reference in New Issue
Block a user