Selaa lähdekoodia

assimp: Fix a typo in a config var description

rdb 3 vuotta sitten
vanhempi
sitoutus
5a483e3899
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      pandatool/src/assimp/config_assimp.cxx

+ 1 - 1
pandatool/src/assimp/config_assimp.cxx

@@ -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."));