Removed DOF manual focus serialization, its always on by default

This commit is contained in:
antopilo
2024-12-02 17:54:27 -05:00
parent 31388612bb
commit f1a36c495d
2 changed files with 1 additions and 2 deletions

View File

@@ -310,7 +310,6 @@ namespace Nuake
}
DESERIALIZE_VAL(DOFAutoFocus);
DESERIALIZE_VAL(DOFManualFocus);
DESERIALIZE_VAL(DOFFocalDepth);
DESERIALIZE_VAL(DOFFocalLength);
DESERIALIZE_VAL(DOFStart);

View File

@@ -55,7 +55,7 @@ namespace Nuake
float DOFFstop = 1.0f;
bool DOFAutoFocus = false;
bool DOFShowFocus = false;
bool DOFManualFocus = false;
bool DOFManualFocus = true;
int DOFSamples = 3;
int DOFrings = 3;
float DOFStart = 1.0f;