mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-01-19 23:11:50 +00:00
refactor: use ZoneOutputOffset for written variables
This commit is contained in:
@@ -15,7 +15,7 @@ namespace
|
||||
{
|
||||
public:
|
||||
PerAsset(std::ostream& stream, const OncePerAssetRenderingContext& context)
|
||||
: BaseTemplate(stream),
|
||||
: BaseTemplate(stream, context),
|
||||
m_env(context)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user