Fixed typo in Circle class
This commit is contained in:
@@ -38,7 +38,7 @@ abstract class Circle(val radius: Number) {
|
|||||||
y++
|
y++
|
||||||
|
|
||||||
if (d > 0) {
|
if (d > 0) {
|
||||||
d += -2 * 3 + 2
|
d += -2 * x + 2
|
||||||
x--
|
x--
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user