Fix Compile Error
parent
8dcabeae72
commit
e2d9fc1c32
|
@ -393,7 +393,7 @@ bool MeshGenerator::checkIsComponentDirty(QString componentId)
|
||||||
auto findComponent = m_snapshot->components.find(componentId);
|
auto findComponent = m_snapshot->components.find(componentId);
|
||||||
if (findComponent == m_snapshot->components.end()) {
|
if (findComponent == m_snapshot->components.end()) {
|
||||||
qDebug() << "Component not found:" << componentId;
|
qDebug() << "Component not found:" << componentId;
|
||||||
return nullptr;
|
return isDirty;
|
||||||
}
|
}
|
||||||
component = &findComponent->second;
|
component = &findComponent->second;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue