From e94faac5869ec9ccfb9f3a0139f6a91620bf22c2 Mon Sep 17 00:00:00 2001 From: Shante Austin Date: Tue, 24 Sep 2024 15:25:43 -0400 Subject: [PATCH] removed components that were not needed --- .../@lightningjs/ui-components/src/components/Knob/Knob.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,