fixed bug that caused some frames to never render indefinitely

Frames should no longer get stuck unrendered.
This commit is contained in:
itsmattkc
2019-11-17 17:14:08 +09:00
parent 2752a0a005
commit 8e6c23ffc1
4 changed files with 4 additions and 6 deletions
-2
View File
@@ -164,8 +164,6 @@ void RenderBackend::CacheNext()
TimeRange cache_frame = cache_queue_.takeFirst();
//qDebug() << "Caching FRAME" << cache_frame.in() << "to" << cache_frame.out();
caching_ = GenerateData(cache_frame);
}