SLight change to win32 re-init when doing ctrl-enter (a small speed up)

This commit is contained in:
Mark Vejvoda
2010-04-06 20:10:38 +00:00
parent 9a2b958869
commit 40f5097a07

View File

@@ -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__);