Skip to content
Snippets Groups Projects
Commit ebb33d3e authored by Bergmann89's avatar Bergmann89
Browse files

* fixed bug in ShaderGeneratorEx: no code was generated

parent 46d9bcc9
No related merge requests found
......@@ -142,6 +142,7 @@ begin
EengShaderPartInternal.Create('unable to generate code: generator is not available anymore');
for kvp in fProperties.KeyValuePairs do
fGeneratorPart.TrySetProperty(kvp.Key, kvp.Value);
fGeneratorPart.GenerateCode(aCode);
end;
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment