Oops, mixed up two variables.
This commit is contained in:
parent
7b339f6cf0
commit
b06aeaf9dc
|
@ -2015,7 +2015,7 @@ void VBA::updateWindowSize(int value)
|
|||
|
||||
bool VBA::initDisplay()
|
||||
{
|
||||
if (securityCheck2 != -3)
|
||||
if (securityCheck != -3)
|
||||
{
|
||||
protectHelp[securityCheck2](0);
|
||||
return updateRenderMethod(false);
|
||||
|
|
Loading…
Reference in New Issue