diff --git a/pandatool/src/eggprogs/eggToC.cxx b/pandatool/src/eggprogs/eggToC.cxx index 2dd6021a07..d67d060aee 100644 --- a/pandatool/src/eggprogs/eggToC.cxx +++ b/pandatool/src/eggprogs/eggToC.cxx @@ -66,6 +66,11 @@ EggToC() : "Generate a table of colors per each vertex.", &EggToC::dispatch_none, &_vertex_colors); + add_option + ("p", "", 0, + "Generate a table of polygons that index into the above tables.", + &EggToC::dispatch_none, &_polygons); + add_option ("pn", "", 0, "Generate a table of normals per each polygon.", @@ -76,11 +81,6 @@ EggToC() : "Generate a table of colors per each polygon.", &EggToC::dispatch_none, &_polygon_colors); - add_option - ("p", "", 0, - "Generate a table of polygons that index into the above tables.", - &EggToC::dispatch_none, &_polygons); - add_option ("t", "", 0, "Output only triangles by subdividing higher-order polygons.",