mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
Fix up text formatting as path's no longer get quoted
This commit is contained in:
@@ -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
|
||||
)
|
||||
);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user