suppress false positive warning

This commit is contained in:
Marianne Gagnon 2014-09-27 19:27:28 -04:00
parent 8d99fa2cb1
commit ef94c77a67

View File

@ -2062,6 +2062,10 @@ void Track::loadObjects(const XMLNode* root, const std::string& path, ModelDefin
{
// handled above
}
else if (name == "lightshaft")
{
// handled above
}
else if (name == "instancing")
{
// TODO: eventually remove, this is now automatic