mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Cleaned up some StrongRef-related code.
This commit is contained in:
@@ -64,8 +64,7 @@ VideoStream::VideoStream(love::filesystem::File *file)
|
||||
throw ex;
|
||||
}
|
||||
|
||||
frameSync = new DeltaSync();
|
||||
frameSync->release();
|
||||
frameSync.set(new DeltaSync(), Acquire::NORETAIN);
|
||||
}
|
||||
|
||||
VideoStream::~VideoStream()
|
||||
|
||||
Reference in New Issue
Block a user