mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 17:59:03 +00:00
Changed: Save CameraDistance and FPV not only if in Windowed mode (fix)
This commit is contained in:
parent
77ab4a4ed6
commit
aa4145eeb9
1 changed files with 1 additions and 1 deletions
|
@ -2060,7 +2060,7 @@ void CClientConfig::release ()
|
||||||
CConfigFile::CVar *varPtr = NULL;
|
CConfigFile::CVar *varPtr = NULL;
|
||||||
|
|
||||||
// Are we in window mode ?
|
// Are we in window mode ?
|
||||||
if (ClientCfg.Windowed && !isWindowMaximized())
|
if (ClientCfg.Windowed /* && !isWindowMaximized() */)
|
||||||
{
|
{
|
||||||
// Save windows position
|
// Save windows position
|
||||||
varPtr = ClientCfg.ConfigFile.getVarPtr ("PositionX");
|
varPtr = ClientCfg.ConfigFile.getVarPtr ("PositionX");
|
||||||
|
|
Loading…
Reference in a new issue