Merged in nimetu/ryzomcore/Issue#130 (pull request #65)
Properly restore saved camera distance from config file (issue #130)
This commit is contained in:
commit
bcc22bb11c
1 changed files with 1 additions and 4 deletions
|
@ -1726,10 +1726,7 @@ void CClientConfig::setValues()
|
||||||
}
|
}
|
||||||
|
|
||||||
// Initialize the camera distance (after camera dist max)
|
// Initialize the camera distance (after camera dist max)
|
||||||
if (!ClientCfg.FPV)
|
View.setCameraDistanceMaxForPlayer();
|
||||||
{
|
|
||||||
View.cameraDistance(ClientCfg.CameraDistance);
|
|
||||||
}
|
|
||||||
|
|
||||||
// draw in client light?
|
// draw in client light?
|
||||||
if(ClientCfg.Light)
|
if(ClientCfg.Light)
|
||||||
|
|
Loading…
Reference in a new issue