Skip to content

Commit

Permalink
Changing the capitalization of the render_context constant string. (#762
Browse files Browse the repository at this point in the history
)

Fixes #761
  • Loading branch information
sirpalee authored Apr 21, 2021
1 parent 8eafab7 commit 5fc9a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/constant_strings.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ ASTR2(b_spline, "b-spline");
ASTR2(catmull_rom, "catmull-rom");
ASTR2(inputs_code, "inputs:code");
ASTR2(primvars_arnold_subdiv_type, "primvars:arnold:subdiv_type");
ASTR2(render_context, "RENDER_CONTEXT");
ASTR2(renderPassAOVDriver, "HdArnoldRenderPass_aov_driver");
ASTR2(renderPassCamera, "HdArnoldRenderPass_camera");
ASTR2(renderPassClosestFilter, "HdArnoldRenderPass_closestFilter");
Expand Down Expand Up @@ -297,7 +298,6 @@ ASTR(region_max_x);
ASTR(region_max_y);
ASTR(region_min_x);
ASTR(region_min_y);
ASTR(render_context);
ASTR(render_device);
ASTR(repeat);
ASTR(rotation);
Expand Down

0 comments on commit 5fc9a30

Please sign in to comment.