mirror of
https://github.com/glest/glest-source.git
synced 2025-08-21 07:31:21 +02:00
SLight change to win32 re-init when doing ctrl-enter (a small speed up)
This commit is contained in:
@@ -192,10 +192,10 @@ void Renderer::reinitAll() {
|
|||||||
|
|
||||||
//resources
|
//resources
|
||||||
for(int i=0; i<rsCount; ++i){
|
for(int i=0; i<rsCount; ++i){
|
||||||
modelManager[i]->init();
|
//modelManager[i]->init();
|
||||||
textureManager[i]->init(true);
|
textureManager[i]->init(true);
|
||||||
//particleManager[i]->init();
|
//particleManager[i]->init();
|
||||||
fontManager[i]->init();
|
//fontManager[i]->init();
|
||||||
}
|
}
|
||||||
|
|
||||||
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__);
|
||||||
|
Reference in New Issue
Block a user