Shader: Fix LangWriter

This commit is contained in:
Lynix 2021-05-17 17:43:38 +02:00
parent c963a3064b
commit b0b1acf497
1 changed files with 1 additions and 1 deletions

View File

@ -747,7 +747,7 @@ namespace Nz
break;
}
Append(node.expression);
node.expression->Visit(*this);
}
void LangWriter::AppendHeader()