mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +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;
|
||||
|
||||
Reference in New Issue
Block a user