mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 14:03:17 +02:00
replace the simple log by a unique log
This commit is contained in:
parent
afcb5b8557
commit
5adedbbb8b
1 changed files with 3 additions and 1 deletions
|
@ -4365,7 +4365,9 @@ namespace render {
|
|||
sceneKeyLight->setAmbientSphere(defaultSkyboxAmbientTexture->getIrradiance());
|
||||
sceneKeyLight->setAmbientMap(defaultSkyboxAmbientTexture);
|
||||
} else {
|
||||
qWarning() << "Failed to get a valid Default SKybox Ambient Texture ? probably because it couldn't be find during initialization step";
|
||||
static QString repeatedMessage
|
||||
= LogHandler::getInstance().addRepeatedMessageRegex(
|
||||
"Failed to get a valid Default Skybox Ambient Texture ? probably because it couldn't be find during initialization step");
|
||||
}
|
||||
// fall through: render defaults skybox
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue