Skip to content

Commit

Permalink
Remove forgotten debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
bittiez committed Feb 11, 2024
1 parent 10e004f commit 69a98c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ClassicUO.Client/Game/UI/Controls/SimpleBorder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public override bool Draw(UltimaBatcher2D batcher, int x, int y)

if (hueVector == default)
{
GameActions.Print($"{Hue}, {Alpha}");
hueVector = ShaderHueTranslator.GetHueVector(Hue, false, Alpha);
}

Expand Down

0 comments on commit 69a98c7

Please sign in to comment.