Skip to content

Commit 50ae457

Browse files
committed
r_constants: Copy handler function when merging constant tables.
1 parent e4b1df8 commit 50ae457

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Layers/xrRender/r_constants.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ void R_constant_table::merge(R_constant_table* T)
206206
# endif
207207
#endif
208208
C->samp = src->samp;
209+
C->handler = src->handler;
209210
table.push_back (C);
210211
}
211212
else

0 commit comments

Comments
 (0)