Skip to content

Commit

Permalink
clang-formaty
Browse files Browse the repository at this point in the history
  • Loading branch information
ysiewappl committed Jun 11, 2021
1 parent 25bbfc7 commit a1c4ecc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/mayaUsd/utils/util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,8 @@ bool UsdMayaUtil::isRenderable(const MObject& object)
}

const MDAGDrawOverrideInfo drawOverrideInfo = dagPath.getDrawOverrideInfo();
if (drawOverrideInfo.fOverrideEnabled && drawOverrideInfo.fDisplayType == MDAGDrawOverrideInfo::kDisplayTypeTemplate) {
if (drawOverrideInfo.fOverrideEnabled
&& drawOverrideInfo.fDisplayType == MDAGDrawOverrideInfo::kDisplayTypeTemplate) {
return false;
}

Expand Down

0 comments on commit a1c4ecc

Please sign in to comment.