Format cleanup

This commit is contained in:
Oliver 'kfsone' Smith 2021-02-24 13:23:26 -08:00
parent 113982db71
commit 69cba1203d
5 changed files with 5 additions and 7 deletions

View file

@ -9,7 +9,6 @@ func Label(bounds rl.Rectangle, text string) {
// LabelEx - Label element extended, configurable colors
func LabelEx(bounds rl.Rectangle, text string, textColor, border, inner rl.Color) {
// Update control
textHeight := GetStyle32(GlobalTextFontsize)
textWidth := rl.MeasureText(text, textHeight)