mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
Remove fmt::format and replace with std::format
This commit is contained in:
@@ -110,7 +110,7 @@ void ScreenSpaceImageOnline::update() {
|
||||
if (imageFile.corrupted) {
|
||||
LERRORC(
|
||||
"ScreenSpaceImageOnline",
|
||||
fmt::format("Error loading image from URL '{}'", _texturePath.value())
|
||||
std::format("Error loading image from URL '{}'", _texturePath.value())
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user