Skip to content

Commit

Permalink
Simplify getter
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Della Vedova <[email protected]>
  • Loading branch information
luca-della-vedova committed Dec 24, 2020
1 parent b43a895 commit 2272e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tpe/lib/src/Entity.cc
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ Entity *Entity::GetParent() const
//////////////////////////////////////////////////
bool Entity::PoseDirty() const
{
return this->dataPtr->poseDirty == true;
return this->dataPtr->poseDirty;
}

//////////////////////////////////////////////////
Expand Down

0 comments on commit 2272e74

Please sign in to comment.