Fixed naming bug.
This commit is contained in:
@@ -57,7 +57,7 @@ public class Ellipse extends AbstractEllipse implements Serializable
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override // from RectangularShape
|
@Override // from RectangularShape
|
||||||
public void setFrame (float x, float y, float w, float h) {
|
public void setFrame (float x, float y, float width, float height) {
|
||||||
this.x = x;
|
this.x = x;
|
||||||
this.y = y;
|
this.y = y;
|
||||||
this.width = width;
|
this.width = width;
|
||||||
|
|||||||
Reference in New Issue
Block a user