Merge branch 'PowPingDone-patch-1'

master
Jeremy Hu 2018-09-17 06:55:36 +08:00
commit 278c1bb8cd
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }