diff --git a/Flax.sln.DotSettings b/Flax.sln.DotSettings
index 86647d380..3611934dd 100644
--- a/Flax.sln.DotSettings
+++ b/Flax.sln.DotSettings
@@ -267,6 +267,7 @@
True
True
True
+ True
True
True
True
diff --git a/Source/Engine/Core/Config/GraphicsSettings.h b/Source/Engine/Core/Config/GraphicsSettings.h
index 831605596..d8b35533a 100644
--- a/Source/Engine/Core/Config/GraphicsSettings.h
+++ b/Source/Engine/Core/Config/GraphicsSettings.h
@@ -84,7 +84,7 @@ public:
bool EnableGlobalSDF = false;
///
- /// Draw distance of the Global SDF. Actual value can be large when using DDGI.
+ /// Draw distance of the Global SDF. Actual value can be larger when using DDGI.
///
API_FIELD(Attributes="EditorOrder(2001), EditorDisplay(\"Global SDF\"), Limit(1000), ValueCategory(Utils.ValueCategory.Distance)")
float GlobalSDFDistance = 15000.0f;