diff --git a/KREngine/kraken/KRContext.cpp b/KREngine/kraken/KRContext.cpp index 02a2d25..c1d6eb2 100644 --- a/KREngine/kraken/KRContext.cpp +++ b/KREngine/kraken/KRContext.cpp @@ -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; }