We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b1df8 commit 50ae457Copy full SHA for 50ae457
1 file changed
src/Layers/xrRender/r_constants.cpp
@@ -206,6 +206,7 @@ void R_constant_table::merge(R_constant_table* T)
206
# endif
207
#endif
208
C->samp = src->samp;
209
+ C->handler = src->handler;
210
table.push_back (C);
211
}
212
else
0 commit comments