Browse Source

*** empty log message ***

David Rose 25 years ago
parent
commit
59b9b2bc67
1 changed files with 3 additions and 0 deletions
  1. 3 0
      pandatool/src/eggbase/somethingToEgg.cxx

+ 3 - 0
pandatool/src/eggbase/somethingToEgg.cxx

@@ -28,6 +28,9 @@ SomethingToEgg(const string &format_name,
     add_runline("[opts] input" + _preferred_extension + " >output.egg");
     add_runline("[opts] input" + _preferred_extension + " >output.egg");
   }
   }
 
 
+  // -f doesn't make sense if we aren't reading egg files.
+  remove_option("f");
+
   redescribe_option
   redescribe_option
     ("cs",
     ("cs",
      "Specify the coordinate system of the resulting egg file.  This may be "
      "Specify the coordinate system of the resulting egg file.  This may be "