Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Quiroz committed Mar 17, 2021
1 parent 986da49 commit 4e1893d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Runtime/Properties/HighlightProperty.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public override void Highlight(Color highlightColor)
/// <inheritdoc/>
public override void Unhighlight()
{
DefaultHighlighter = null;
CurrentHighlightColor = null;
IsHighlighted = false;
DefaultHighlighter.StopHighlighting(SceneObject.UniqueName);
EmitUnhighlightEvent();
Expand Down

0 comments on commit 4e1893d

Please sign in to comment.