mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Reduced the number of explicit retain/release method calls on love objects. Less chance of bugs!
This commit is contained in:
@@ -67,7 +67,7 @@ public:
|
||||
|
||||
private:
|
||||
|
||||
love::mouse::Cursor *curCursor;
|
||||
Object::StrongRef<love::mouse::Cursor> curCursor;
|
||||
|
||||
std::map<Cursor::SystemCursor, Cursor *> systemCursors;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user