mirror of
https://github.com/love2d/love.git
synced 2026-08-14 10:13:46 +02:00
De-namespaced a class, to make it less verbose.
This commit is contained in:
@@ -123,7 +123,7 @@ private:
|
||||
int width;
|
||||
int height;
|
||||
WindowSettings settings;
|
||||
Object::StrongRef<love::image::ImageData> icon;
|
||||
StrongRef<love::image::ImageData> icon;
|
||||
|
||||
} curMode;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user