Skip to content

Commit ecbee17

Browse files
committed
Fixed property name
1 parent 1f4c0b5 commit ecbee17

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/gameobjects/shape/ellipse/Ellipse.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ var Ellipse = new Class({
6161

6262
get: function ()
6363
{
64-
return this.__smoothness;
64+
return this._smoothness;
6565
},
6666

6767
set: function (value)
6868
{
69-
this.__smoothness = value;
69+
this._smoothness = value;
7070

7171
this.updateData();
7272
}

0 commit comments

Comments
 (0)