Skip to content

Commit

Permalink
Merge pull request #154 from marsupial/bug1
Browse files Browse the repository at this point in the history
[Hd] Fix assignment typo as equivalence.
  • Loading branch information
pixar-oss committed Jan 28, 2017
2 parents 1afb6ec + 36be9d0 commit e4d982c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pxr/imaging/lib/hd/engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ HdEngine::CreateContextWithDefaults()
GalDelegate *galDelegate = nullptr;
// Gal is optional, so default could be empty.
if (defaultGalId.IsEmpty()) {
defaultGalId == HdDelegateTokens->none;
defaultGalId = HdDelegateTokens->none;
} else {
// Gal could be explicitly disabled.
if (defaultGalId != HdDelegateTokens->none)
Expand Down

0 comments on commit e4d982c

Please sign in to comment.