Skip to content

Commit

Permalink
Changed playfield outline color
Browse files Browse the repository at this point in the history
  • Loading branch information
ThereGoesMySanity committed Aug 28, 2020
1 parent 9e1b19e commit 6068ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OsuMissAnalyzer/MissAnalyzer.cs
Expand Up @@ -124,7 +124,7 @@ private Bitmap DrawHitObject(int num, Rectangle area)
replayFramesEnd++)
{
}
p.Color = Color.Black;
p.Color = Color.DarkGray;
g.DrawRectangle(p, Rectangle.Round(ScaleToRect(new RectangleF(Scale(bounds.Location, -1), new SizeF(512, 384)), bounds, area)));
p.Color = Color.Gray;
for (int q = hitObjectsEnd - 1; q > hitObjectsStart; q--)
Expand Down

0 comments on commit 6068ef6

Please sign in to comment.