Removed DOF manual focus serialization, its always on by default
This commit is contained in:
@@ -310,7 +310,6 @@ namespace Nuake
|
||||
}
|
||||
|
||||
DESERIALIZE_VAL(DOFAutoFocus);
|
||||
DESERIALIZE_VAL(DOFManualFocus);
|
||||
DESERIALIZE_VAL(DOFFocalDepth);
|
||||
DESERIALIZE_VAL(DOFFocalLength);
|
||||
DESERIALIZE_VAL(DOFStart);
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user