Skip to content

Commit

Permalink
Editor: Update text color on Hierarchy/CHierachyNode.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ducphamhong committed Dec 12, 2024
1 parent 41ae2d9 commit 55717d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Projects/Editor/Source/Editor/Space/Hierarchy/CHierachyNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,11 @@ namespace Skylicht
return m_iconColor;
}

inline GUI::SGUIColor& getTextColor()
{
return m_textColor;
}

inline GUI::SGUIColor& getBGColor()
{
return m_bgColor;
Expand Down

0 comments on commit 55717d7

Please sign in to comment.