Skip to content

Commit

Permalink
r_constants: Copy handler function when merging constant tables.
Browse files Browse the repository at this point in the history
  • Loading branch information
CrossVR committed Mar 3, 2016
1 parent e4b1df8 commit 50ae457
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Layers/xrRender/r_constants.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ void R_constant_table::merge(R_constant_table* T)
# endif
#endif
C->samp = src->samp;
C->handler = src->handler;
table.push_back (C);
}
else
Expand Down

0 comments on commit 50ae457

Please sign in to comment.