2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-11-18 03:02:07 +00:00

Implement asset struct tests rendering

This commit is contained in:
Jan
2021-02-20 03:14:00 +01:00
parent d4a98b7c52
commit a2029da1d5
8 changed files with 94 additions and 8 deletions

View File

@@ -43,7 +43,7 @@ bool CodeGenerator::GenerateCodeForTemplate(RenderingContext* context, ICodeTemp
return false;
}
codeTemplate->RenderFile(stream, codeFile.m_tag);
codeTemplate->RenderFile(stream, codeFile.m_tag, context);
stream.close();
}