Skip to content

Commit cf16d32

Browse files
committed
small fix
1 parent c4d6165 commit cf16d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sp/src/utils/vrad/vrad.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2799,7 +2799,7 @@ void PrintUsage( int argc, char **argv )
27992799
" -fast : Quick and dirty lighting.\n"
28002800
" -fastambient : Per-leaf ambient sampling is lower quality to save compute time.\n"
28012801
" -final : High quality processing. equivalent to -extrasky 16.\n"
2802-
" -extrasky # : trace N times as many rays for indirect light and sky ambient.\n"
2802+
" -extrasky # : trace # times as many rays for indirect light and sky ambient.\n"
28032803
#ifdef MAPBASE
28042804
" -extrapasses # : Lets you scale how many extra passes you want your map to go through (default 4), differences above this value are minimal.\n"
28052805
#endif

0 commit comments

Comments
 (0)