mirror of
https://github.com/lubosz/overte.git
synced 2025-04-19 17:03:43 +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()) {
|
||||
outputMaterial();
|
||||
}
|
||||
} else {
|
||||
handleWarning("Unidentified baker finished and signaled to material baker to handle texture. Material: " + _materialData);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue