Skip to content

Commit

Permalink
Remove unnecessary comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
krickw committed Aug 17, 2021
1 parent 20a2da7 commit 308ea74
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/mayaUsd/render/vp2RenderDelegate/proxyRenderDelegate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1191,9 +1191,7 @@ void ProxyRenderDelegate::_UpdateRenderTags()
HdVP2RenderDelegate::sProfilerCategory, MProfiler::kColorD_L1, "Update Purpose");

// Build the list of render tags which were added or removed (changed)
// and the list of render tags which were removed. Enable any purpose which
// is being modified so that _GetFilteredRprims will find prims with that
// purpose.
// and the list of render tags which were removed.
if (renderPurposeChanged) {
changedRenderTags.push_back(HdRenderTagTokens->render);
}
Expand Down

0 comments on commit 308ea74

Please sign in to comment.