Browse Source

typo in _ignored_tags

David Rose 15 years ago
parent
commit
f6ac9c2c27
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pandatool/src/objegg/objToEggConverter.cxx

+ 1 - 1
pandatool/src/objegg/objToEggConverter.cxx

@@ -190,7 +190,7 @@ process_line(const string &line) {
     return process_g(words);
   } else {
     bool inserted = _ignored_tags.insert(tag).second;
-    if (!inserted) {
+    if (inserted) {
       objegg_cat.info()
         << "Ignoring tag " << tag << "\n";
     }