mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
De-namespaced a class, to make it less verbose.
This commit is contained in:
@@ -53,7 +53,7 @@ private:
|
||||
void load();
|
||||
|
||||
// The image data
|
||||
Object::StrongRef<love::image::ImageData> imageData;
|
||||
StrongRef<love::image::ImageData> imageData;
|
||||
|
||||
// The glyphs in the font
|
||||
uint32 *glyphs;
|
||||
|
||||
@@ -58,7 +58,7 @@ private:
|
||||
FT_Face face;
|
||||
|
||||
// File data
|
||||
Object::StrongRef<Data> data;
|
||||
StrongRef<Data> data;
|
||||
}; // FreetypeRasterizer
|
||||
|
||||
} // freetype
|
||||
|
||||
Reference in New Issue
Block a user