Fix up text formatting as path's no longer get quoted

This commit is contained in:
Alexander Bock
2024-03-08 20:19:06 +01:00
parent fff6f8a627
commit 9a6fe47d17
119 changed files with 457 additions and 458 deletions

View File

@@ -175,7 +175,7 @@ void RenderablePlaneImageLocal::loadTexture() {
LDEBUGC(
"RenderablePlaneImageLocal",
fmt::format("Loaded texture from {}", absPath(path))
fmt::format("Loaded texture from '{}'", absPath(path))
);
texture->uploadTexture();
texture->setFilter(ghoul::opengl::Texture::FilterMode::LinearMipMap);