mirror of
https://github.com/glest/glest-source.git
synced 2025-09-02 20:42:34 +02:00
- removed un-necessary use of renderer while application shutdown to avoid bad use of the renderer.
This commit is contained in:
@@ -49,7 +49,7 @@ void Logger::cleanupLoadingTexture() {
|
|||||||
if(loadingTexture!=NULL) {
|
if(loadingTexture!=NULL) {
|
||||||
SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__);
|
SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__);
|
||||||
|
|
||||||
Renderer &renderer= Renderer::getInstance();
|
//Renderer &renderer= Renderer::getInstance();
|
||||||
//renderer.endTexture(rsGlobal,loadingTexture);
|
//renderer.endTexture(rsGlobal,loadingTexture);
|
||||||
loadingTexture->end();
|
loadingTexture->end();
|
||||||
delete loadingTexture;
|
delete loadingTexture;
|
||||||
|
Reference in New Issue
Block a user