mpv-enjoyer
há 11 meses
committed by
GitHub
ascendente
cometimento
de7ab83f5a
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: B5690EEEBB952194
1 ficheiros alterados com
1 adições e
1 eliminações
-
src/rtext.c
|
|
@ -1327,7 +1327,7 @@ Vector2 MeasureTextEx(Font font, const char *text, float fontSize, float spacing |
|
|
|
|
|
|
|
if (tempTextWidth < textWidth) tempTextWidth = textWidth; |
|
|
|
|
|
|
|
textSize.x = tempTextWidth*scaleFactor + (float)((tempByteCounter - 1)*spacing); |
|
|
|
k">if (size > 0) textSize.x = tempTextWidth*scaleFactor + (float)((tempByteCounter - 1)*spacing); |
|
|
|
textSize.y = textHeight; |
|
|
|
|
|
|
|
return textSize; |
|
|
|