mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
typo in _ignored_tags
This commit is contained in:
parent
95d9a344ae
commit
f6ac9c2c27
@ -190,7 +190,7 @@ process_line(const string &line) {
|
|||||||
return process_g(words);
|
return process_g(words);
|
||||||
} else {
|
} else {
|
||||||
bool inserted = _ignored_tags.insert(tag).second;
|
bool inserted = _ignored_tags.insert(tag).second;
|
||||||
if (!inserted) {
|
if (inserted) {
|
||||||
objegg_cat.info()
|
objegg_cat.info()
|
||||||
<< "Ignoring tag " << tag << "\n";
|
<< "Ignoring tag " << tag << "\n";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user