Skip to content

Commit

Permalink
testrender: Fix wrong offset of MxSheen param (#1751)
Browse files Browse the repository at this point in the history
Signed-off-by: Rasmus Bonnedal <[email protected]>
  • Loading branch information
rasmusbonnedal authored Nov 16, 2023
1 parent 4d39f80 commit 9320db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/testrender/shading.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ register_closures(OSL::ShadingSystem* shadingsys)
{ CLOSURE_VECTOR_PARAM(MxSheenParams, N),
CLOSURE_COLOR_PARAM(MxSheenParams, albedo),
CLOSURE_FLOAT_PARAM(MxSheenParams, roughness),
CLOSURE_STRING_KEYPARAM(MxSubsurfaceParams, label, "label"),
CLOSURE_STRING_KEYPARAM(MxSheenParams, label, "label"),
CLOSURE_FINISH_PARAM(MxSheenParams) } },
{ "uniform_edf",
MX_UNIFORM_EDF_ID,
Expand Down

0 comments on commit 9320db9

Please sign in to comment.