Skip to content

Commit

Permalink
The drawing problem of Hightlight Plus 21.0 has been fixed.
Browse files Browse the repository at this point in the history
We can now use HighlightPlus.QualityLevel.Highest for the outer glow
quality again.
  • Loading branch information
koschke committed Sep 30, 2024
1 parent 9ac2dd6 commit 1abf4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/SEE/Game/Highlighter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ internal static class Highlighter
/// </summary>
/// <remarks>The value <see cref="HighlightPlus.QualityLevel.Highest"/> does not work
/// in Highlight Plus version 21.0 anymore.</remarks>
public const HighlightPlus.QualityLevel DefaultGlowQuality = HighlightPlus.QualityLevel.High;
public const HighlightPlus.QualityLevel DefaultGlowQuality = HighlightPlus.QualityLevel.Highest;

/// <summary>
/// Whether or not the <paramref name="gameObject"/> should be highlighted.
Expand Down

0 comments on commit 1abf4b0

Please sign in to comment.