From 2f120927738e89f41e4c653beedae1bcd9bd39c1 Mon Sep 17 00:00:00 2001 From: Jan Laupetin Date: Fri, 6 Mar 2026 22:38:11 +0000 Subject: [PATCH] fix: indentation in shader dumping error message --- src/ObjWriting/Techset/CommonTechniqueDumper.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ObjWriting/Techset/CommonTechniqueDumper.cpp b/src/ObjWriting/Techset/CommonTechniqueDumper.cpp index 31128e52..16283d2c 100644 --- a/src/ObjWriting/Techset/CommonTechniqueDumper.cpp +++ b/src/ObjWriting/Techset/CommonTechniqueDumper.cpp @@ -102,6 +102,7 @@ namespace { if (!shader.m_name.empty()) { + Indent(); m_stream << std::format("// ERROR: Cannot dump shader {} as its data is not loaded\n", shader.m_name); con::error("Technique {}: Cannot dump shader {} as its data is not loaded", technique.m_name, shader.m_name); }