assimp: Fix a typo in a config var description

This commit is contained in:
rdb 2022-11-02 22:42:04 +01:00
parent 6e636f5ca0
commit 5a483e3899

View File

@ -52,7 +52,7 @@ ConfigVariableBool assimp_fix_infacing_normals
ConfigVariableBool assimp_optimize_meshes
("assimp-optimize-meshes", true,
PRC_DESC("Removes the number of draw calls by unifying geometry with the same "
PRC_DESC("Reduces the number of draw calls by unifying geometry with the same "
"materials. Especially effective in conjunction with "
"assimp-optimize-graph and assimp-remove-redundant-materials."));