mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
Reduced the number of explicit retain/release method calls on love objects. Less chance of bugs!
This commit is contained in:
@@ -114,7 +114,7 @@ private:
|
||||
int width;
|
||||
int height;
|
||||
WindowSettings settings;
|
||||
love::image::ImageData *icon;
|
||||
Object::StrongRef<love::image::ImageData> icon;
|
||||
|
||||
} curMode;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user