suppress false positive warning
This commit is contained in:
parent
8d99fa2cb1
commit
ef94c77a67
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user