diff --git a/Nuake/src/Scene/Lighting/Environment.cpp b/Nuake/src/Scene/Lighting/Environment.cpp index e95780f8..6f4f81ae 100644 --- a/Nuake/src/Scene/Lighting/Environment.cpp +++ b/Nuake/src/Scene/Lighting/Environment.cpp @@ -310,7 +310,6 @@ namespace Nuake } DESERIALIZE_VAL(DOFAutoFocus); - DESERIALIZE_VAL(DOFManualFocus); DESERIALIZE_VAL(DOFFocalDepth); DESERIALIZE_VAL(DOFFocalLength); DESERIALIZE_VAL(DOFStart); diff --git a/Nuake/src/Scene/Lighting/Environment.h b/Nuake/src/Scene/Lighting/Environment.h index fe91ede6..7e5b6ad3 100644 --- a/Nuake/src/Scene/Lighting/Environment.h +++ b/Nuake/src/Scene/Lighting/Environment.h @@ -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;