geometryc: Fixed missing quote.

This commit is contained in:
Бранимир Караџић 2022-04-05 10:27:21 -07:00
parent 7a5fec1580
commit 5a4db33206
1 changed files with 1 additions and 1 deletions

View File

@ -955,7 +955,7 @@ void help(const char* _error = NULL)
" --ccw Front face is counter-clockwise winding order.\n"
" --flipv Flip texture coordinate V.\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"
" More steps = slower calculation.\n"
" --packnormal <num> Normal packing.\n"