Warn if handleFinishedTextureBaker doesn't recognize the sender

This commit is contained in:
sabrina-shanman 2019-03-18 12:09:35 -07:00
parent cf40ed953b
commit 266f3a8ad8

View file

@ -193,6 +193,8 @@ void MaterialBaker::handleFinishedTextureBaker() {
if (_textureBakers.empty()) {
outputMaterial();
}
} else {
handleWarning("Unidentified baker finished and signaled to material baker to handle texture. Material: " + _materialData);
}
}