Ver a proveniência

avoid leading spaces in `text_rectangle_bounds` (#2746)

pull/2750/head
Szieberth Ádám há 2 anos
committed by GitHub
ascendente
cometimento
4cca234f46
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      examples/text/text_rectangle_bounds.c

+ 2
- 2
examples/text/text_rectangle_bounds.c Ver ficheiro

@ -263,6 +263,6 @@ static void DrawTextBoxedSelectable(Font font, const char *text, Rectangle rec,
}
}
textOffsetX += glyphWidth;
k">if ((textOffsetX != 0) || (codepoint != ' ')) textOffsetX += glyphWidth; // avoid leading spaces
}
}
}

Carregando…
Cancelar
Guardar