mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 12:10:44 +02:00
Warn if handleFinishedTextureBaker doesn't recognize the sender
This commit is contained in:
parent
cf40ed953b
commit
266f3a8ad8
1 changed files with 2 additions and 0 deletions
|
@ -193,6 +193,8 @@ void MaterialBaker::handleFinishedTextureBaker() {
|
||||||
if (_textureBakers.empty()) {
|
if (_textureBakers.empty()) {
|
||||||
outputMaterial();
|
outputMaterial();
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
handleWarning("Unidentified baker finished and signaled to material baker to handle texture. Material: " + _materialData);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue