mirror of https://github.com/ppy/osu
Reword comment to explain why
This commit is contained in:
parent
b092b0093a
commit
6c6baab115
|
@ -148,7 +148,7 @@ public override void Draw(IRenderer renderer)
|
|||
if (barHeight == 0 || barWidth == 0)
|
||||
continue;
|
||||
|
||||
// Make sure draw quad is thick enough
|
||||
// Apply minimum sizing to hide the fact that we don't have fractional anti-aliasing.
|
||||
barHeight = Math.Max(barHeight, 1.5f);
|
||||
barWidth = Math.Max(barWidth, 1.5f);
|
||||
|
||||
|
|
Loading…
Reference in New Issue