Skip to content

Commit

Permalink
removed components that were not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
shanteaustin authored and ImCoolNowRight committed Sep 27, 2024
1 parent 750cf5a commit e94faac
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ export default class Knob extends Base {
}

_update() {
this._updateCircleLayout();
this._updateLayout();
}

_updateCircleLayout() {
_updateLayout() {
this.patch({
texture: lng.Tools.getRoundRect(
this.w,
Expand Down

0 comments on commit e94faac

Please sign in to comment.