mirror of
https://github.com/overte-org/overte.git
synced 2025-06-23 12:59:34 +02:00
Merge pull request #13588 from jherico/bug/fb15594
Working on pauses in tomb domain
This commit is contained in:
commit
657373d02f
2 changed files with 1 additions and 1 deletions
|
@ -765,7 +765,6 @@ void GLBackend::recycle() const {
|
||||||
}
|
}
|
||||||
|
|
||||||
_textureManagement._transferEngine->manageMemory();
|
_textureManagement._transferEngine->manageMemory();
|
||||||
Texture::KtxStorage::releaseOpenKtxFiles();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void GLBackend::setCameraCorrection(const Mat4& correction, const Mat4& prevRenderView, bool reset) {
|
void GLBackend::setCameraCorrection(const Mat4& correction, const Mat4& prevRenderView, bool reset) {
|
||||||
|
|
|
@ -405,6 +405,7 @@ bool GLTextureTransferEngineDefault::processActiveBufferQueue() {
|
||||||
_activeTransferQueue.splice(_activeTransferQueue.end(), activeBufferQueue);
|
_activeTransferQueue.splice(_activeTransferQueue.end(), activeBufferQueue);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Texture::KtxStorage::releaseOpenKtxFiles();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue