Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
bitSpace
engShaderFile
Commits
ebb33d3e
Commit
ebb33d3e
authored
Oct 31, 2015
by
Bergmann89
Browse files
* fixed bug in ShaderGeneratorEx: no code was generated
parent
46d9bcc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
uengShaderGeneratorEx.pas
uengShaderGeneratorEx.pas
+1
-0
No files found.
uengShaderGeneratorEx.pas
View file @
ebb33d3e
...
...
@@ -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
;
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment