Implemented KRContext::getLastFullyStreamedFrame

This commit is contained in:
2014-06-25 23:00:46 -07:00
parent 77dac3cb2f
commit 914cae03fa

View File

@@ -386,7 +386,7 @@ void KRContext::doStreaming()
m_pMeshManager->doStreaming(memoryRemaining, memoryRemainingThisFrame);
m_pTextureManager->doStreaming(memoryRemaining, memoryRemainingThisFrame);
if(memoryRemainingThisFrame != memoryRemainingThisFrame && memoryRemainingThisFrame > 0) {
if(memoryRemainingThisFrame == memoryRemainingThisFrameStart && memoryRemainingThisFrame > 0) {
m_last_fully_streamed_frame = streaming_start_frame;
}