Browse Source

minor typo fix

David Rose 16 years ago
parent
commit
53a65f3a86
1 changed files with 2 additions and 1 deletions
  1. 2 1
      panda/src/egg2pg/config_egg2pg.cxx

+ 2 - 1
panda/src/egg2pg/config_egg2pg.cxx

@@ -59,7 +59,8 @@ ConfigVariableDouble egg_flatten_radius
 ConfigVariableBool egg_unify
 ("egg-unify", true,
  PRC_DESC("When this is true, then in addition to flattening the scene graph "
-          "nodes, the egg loader will also as many Geoms as possible within "
+          "nodes, the egg loader will also combine as many Geoms as "
+          "possible within "
           "a given node into a single Geom.  This has theoretical performance "
           "benefits, especially on higher-end graphics cards, but it also "
           "slightly slows down egg loading."));