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