mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-03-17 02:13:02 +00:00
fix: indentation in shader dumping error message
This commit is contained in:
@@ -102,6 +102,7 @@ namespace
|
|||||||
{
|
{
|
||||||
if (!shader.m_name.empty())
|
if (!shader.m_name.empty())
|
||||||
{
|
{
|
||||||
|
Indent();
|
||||||
m_stream << std::format("// ERROR: Cannot dump shader {} as its data is not loaded\n", shader.m_name);
|
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);
|
con::error("Technique {}: Cannot dump shader {} as its data is not loaded", technique.m_name, shader.m_name);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user