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:
parent
9942c8c643
commit
930c15d4a0
|
@ -2141,6 +2141,7 @@ bool VBA::updateRenderMethod0(bool force)
|
||||||
|
|
||||||
if(display) {
|
if(display) {
|
||||||
if(display->getType() != renderMethod || force) {
|
if(display->getType() != renderMethod || force) {
|
||||||
|
toolsLoggingClose(); // close log dialog
|
||||||
initInput = true;
|
initInput = true;
|
||||||
changingVideoSize = true;
|
changingVideoSize = true;
|
||||||
shutdownDisplay();
|
shutdownDisplay();
|
||||||
|
|
Loading…
Reference in New Issue