From cf16d32d050b55264e972d85549d485302399cc4 Mon Sep 17 00:00:00 2001 From: david krekic Date: Mon, 10 Feb 2025 20:12:06 +0100 Subject: [PATCH] small fix --- sp/src/utils/vrad/vrad.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sp/src/utils/vrad/vrad.cpp b/sp/src/utils/vrad/vrad.cpp index 1d1a67fb..b186914e 100644 --- a/sp/src/utils/vrad/vrad.cpp +++ b/sp/src/utils/vrad/vrad.cpp @@ -2799,7 +2799,7 @@ void PrintUsage( int argc, char **argv ) " -fast : Quick and dirty lighting.\n" " -fastambient : Per-leaf ambient sampling is lower quality to save compute time.\n" " -final : High quality processing. equivalent to -extrasky 16.\n" - " -extrasky # : trace N times as many rays for indirect light and sky ambient.\n" + " -extrasky # : trace # times as many rays for indirect light and sky ambient.\n" #ifdef MAPBASE " -extrapasses # : Lets you scale how many extra passes you want your map to go through (default 4), differences above this value are minimal.\n" #endif