mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-04 18:51:17 -06:00
Remove fmt::format and replace with std::format
This commit is contained in:
@@ -133,7 +133,7 @@ void RenderablePlaneImageOnline::update(const UpdateData& data) {
|
||||
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