From b4bb2cc1de2004153a1357e2e6678df7377b42e3 Mon Sep 17 00:00:00 2001 From: Physcik Date: Sun, 1 Feb 2026 16:29:13 +0500 Subject: UI button --- engine/UI/UIElement.go | 1 - 1 file changed, 1 deletion(-) (limited to 'engine/UI/UIElement.go') diff --git a/engine/UI/UIElement.go b/engine/UI/UIElement.go index b6f29ca..774efee 100644 --- a/engine/UI/UIElement.go +++ b/engine/UI/UIElement.go @@ -5,7 +5,6 @@ import rl "github.com/gen2brain/raylib-go/raylib" type UIElement interface { Init(*Menu) Destroy() - Update() // Gets the scale width of the element. Works similar to CSS's 'flex-grow' GetOccupationWeight() float32 // Draw the element with the given size -- cgit v1.3