Fix up text formatting as path's no longer get quoted

This commit is contained in:
Alexander Bock
2024-03-08 20:19:06 +01:00
parent fff6f8a627
commit 9a6fe47d17
119 changed files with 457 additions and 458 deletions

View File

@@ -230,10 +230,13 @@ void GlobeBrowsingModule::internalInitialize(const ghoul::Dictionary& dict) {
_hasDefaultGeoPointTexture = true;
}
else {
LWARNINGC("GlobeBrowsingModule", fmt::format(
"The provided texture file {} for the default geo point texture "
"does not exist", path
));
LWARNINGC(
"GlobeBrowsingModule",
fmt::format(
"The provided texture file '{}' for the default geo point texture "
"does not exist", path
)
);
}
});