diff options
| author | Physcik <mynameisgennadiy@vk.com> | 2026-02-07 23:20:48 +0500 |
|---|---|---|
| committer | Physcik <mynameisgennadiy@vk.com> | 2026-02-07 23:20:48 +0500 |
| commit | 64f718a1cd694be0952fd3700636d81ba05d30f0 (patch) | |
| tree | 3e9a19e34328072e15b2c8e1387484c7a3099265 /engine/UI/FlexElement.go | |
| parent | 08242fe7c284d8e02c662d65831a08a6482e87a3 (diff) | |
Dynamic menus
Diffstat (limited to 'engine/UI/FlexElement.go')
| -rw-r--r-- | engine/UI/FlexElement.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |
