diff --git a/packages/@lightningjs/ui-components/src/components/Knob/Knob.js b/packages/@lightningjs/ui-components/src/components/Knob/Knob.js index e7aefd4d8..78e06c01a 100644 --- a/packages/@lightningjs/ui-components/src/components/Knob/Knob.js +++ b/packages/@lightningjs/ui-components/src/components/Knob/Knob.js @@ -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,