mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 12:10:52 -06:00
Remove fmt::format and replace with std::format
This commit is contained in:
@@ -246,7 +246,7 @@ void RenderableRings::loadTexture() {
|
||||
if (texture) {
|
||||
LDEBUGC(
|
||||
"RenderableRings",
|
||||
fmt::format("Loaded texture from '{}'", absPath(_texturePath))
|
||||
std::format("Loaded texture from '{}'", absPath(_texturePath))
|
||||
);
|
||||
_texture = std::move(texture);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user