geometryc: Fixed missing quote.
This commit is contained in:
parent
7a5fec1580
commit
5a4db33206
@ -955,7 +955,7 @@ void help(const char* _error = NULL)
|
|||||||
" --ccw Front face is counter-clockwise winding order.\n"
|
" --ccw Front face is counter-clockwise winding order.\n"
|
||||||
" --flipv Flip texture coordinate V.\n"
|
" --flipv Flip texture coordinate V.\n"
|
||||||
" --obb <num> Number of steps for calculating oriented bounding box.\n"
|
" --obb <num> Number of steps for calculating oriented bounding box.\n"
|
||||||
" Defaults to 17.\n
|
" Defaults to 17.\n"
|
||||||
" Less steps = less precise OBB.\n"
|
" Less steps = less precise OBB.\n"
|
||||||
" More steps = slower calculation.\n"
|
" More steps = slower calculation.\n"
|
||||||
" --packnormal <num> Normal packing.\n"
|
" --packnormal <num> Normal packing.\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user