This commit is contained in:
Wojtek Figat
2025-07-01 10:37:39 +02:00
parent 12c8bb4f31
commit dd256ad518
2 changed files with 2 additions and 1 deletions

View File

@@ -84,7 +84,7 @@ public:
bool EnableGlobalSDF = false;
/// <summary>
/// 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.
/// </summary>
API_FIELD(Attributes="EditorOrder(2001), EditorDisplay(\"Global SDF\"), Limit(1000), ValueCategory(Utils.ValueCategory.Distance)")
float GlobalSDFDistance = 15000.0f;