FIXED: Logging dialog broken after switching render API

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@524 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
spacy51 2008-05-20 14:43:12 +00:00
parent 9942c8c643
commit 930c15d4a0
1 changed files with 1 additions and 0 deletions

View File

@ -2141,6 +2141,7 @@ bool VBA::updateRenderMethod0(bool force)
if(display) {
if(display->getType() != renderMethod || force) {
toolsLoggingClose(); // close log dialog
initInput = true;
changingVideoSize = true;
shutdownDisplay();