From 64f718a1cd694be0952fd3700636d81ba05d30f0 Mon Sep 17 00:00:00 2001 From: Physcik Date: Sat, 7 Feb 2026 23:20:48 +0500 Subject: Dynamic menus --- engine/UI/FlexElement.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/UI/FlexElement.go') diff --git a/engine/UI/FlexElement.go b/engine/UI/FlexElement.go index 4ec0f35..b8107ee 100644 --- a/engine/UI/FlexElement.go +++ b/engine/UI/FlexElement.go @@ -37,7 +37,7 @@ func getWeightToPixelsRatio(base flexElement, totalSpace float32) float32 { if totalSpacing < 0 { totalSpacing = 0 } - rl.TraceLog(rl.LogInfo, "SpacingPx %v \t Total spacing: %v", spacingPx, totalSpacing) + // rl.TraceLog(rl.LogInfo, "SpacingPx %v \t Total spacing: %v", spacingPx, totalSpacing) return (totalSpace - totalSpacing) / totalWeights } -- cgit v1.3