mirror of
https://github.com/glest/glest-source.git
synced 2025-08-20 23:21:19 +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
|
||||
for(int i=0; i<rsCount; ++i){
|
||||
modelManager[i]->init();
|
||||
//modelManager[i]->init();
|
||||
textureManager[i]->init(true);
|
||||
//particleManager[i]->init();
|
||||
fontManager[i]->init();
|
||||
//fontManager[i]->init();
|
||||
}
|
||||
|
||||
SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__);
|
||||
|
Reference in New Issue
Block a user