Cleaned up some StrongRef-related code.

This commit is contained in:
Alex Szpakowski
2016-03-01 18:57:17 -04:00
parent 8d7481c3b2
commit f51bbb8462
13 changed files with 52 additions and 53 deletions
+1 -2
View File
@@ -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()