Skip to content

Commit

Permalink
* fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
amoledwatchfaces committed Apr 5, 2023
1 parent e1d31c4 commit b0bbbc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ object DrawMoonBitmap {
true,
brightPaint
)
// draw a white oval to represent the illuminated portion of the moon
// draw a dark oval to hide rest of the illuminated part (using shadowPaint)
val ovalBounds = RectF()
val ovalLeft = (0f + 2 * radius * percentIlluminated).toFloat()
val ovalRight = (targetSizeFloat - 2 * radius * percentIlluminated).toFloat()
Expand Down

0 comments on commit b0bbbc4

Please sign in to comment.