Assert could fire in wrong place. omitted
This commit is contained in:
parent
90bd34d8ac
commit
d29a27cca7
@ -295,7 +295,6 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
inline std::string& GetNameForNameID(const NodeID nameID) const {
|
inline std::string& GetNameForNameID(const NodeID nameID) const {
|
||||||
assert(nameID < _names->size());
|
|
||||||
return _names->at(nameID);
|
return _names->at(nameID);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user