Skip to content

Commit

Permalink
Clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
Krystian Ligenza committed Jan 25, 2022
1 parent 8c09ed7 commit c43f5d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1271,7 +1271,7 @@ void ProxyRenderDelegate::_UpdateSelectionStates()
#endif
HdChangeTracker& changeTracker = _renderIndex->GetChangeTracker();
for (auto path : *dirtyPaths) {
if(_renderIndex->HasRprim(path))
if (_renderIndex->HasRprim(path))
changeTracker.MarkRprimDirty(path, dirtySelectionBits);
}

Expand Down

0 comments on commit c43f5d8

Please sign in to comment.