Fix incorrect inline comment

Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
Dean Herbert 2023-06-12 14:20:54 +09:00 committed by GitHub
parent 4b8c4bd503
commit 03a5b701e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ public ArgonMainCirclePiece(bool withOuterFill)
InternalChildren = new Drawable[]
{
outerFill = new Circle // renders white outer border and dark fill
outerFill = new Circle // renders dark fill
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,