mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 11:39:49 -06:00
Remove fmt::format and replace with std::format
This commit is contained in:
@@ -232,7 +232,7 @@ void GlobeBrowsingModule::internalInitialize(const ghoul::Dictionary& dict) {
|
||||
else {
|
||||
LWARNINGC(
|
||||
"GlobeBrowsingModule",
|
||||
fmt::format(
|
||||
std::format(
|
||||
"The provided texture file '{}' for the default geo point texture "
|
||||
"does not exist", path
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user