fix compile error
This commit is contained in:
parent
36e8f6d900
commit
926f556bcc
@ -586,7 +586,9 @@ void DoubleScreenDialog()
|
|||||||
Client::Ref().SetPref("Scale", 1);
|
Client::Ref().SetPref("Scale", 1);
|
||||||
engine->SetScale(1);
|
engine->SetScale(1);
|
||||||
engine->CloseWindow();
|
engine->CloseWindow();
|
||||||
|
#ifdef WIN
|
||||||
LoadWindowPosition(1);
|
LoadWindowPosition(1);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
void EngineProcess()
|
void EngineProcess()
|
||||||
|
Reference in New Issue
Block a user