Parcourir la source

Reverted `MeasureTextEx()` change #3105

pull/3163/head
Ray il y a 1 an
Parent
révision
685d47938b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/rtext.c

+ 1
- 1
src/rtext.c Voir le fichier

@ -1254,7 +1254,7 @@ Vector2 MeasureTextEx(Font font, const char *text, float fontSize, float spacing
if (tempTextWidth < textWidth) tempTextWidth = textWidth;
textSize.x = p">(tempTextWidth + (float)((tempByteCounter - 1)*spacing))*scaleFactor;
textSize.x = n">tempTextWidth*scaleFactor + (float)((tempByteCounter - 1)*spacing);
textSize.y = textHeight*scaleFactor;
return textSize;

Chargement…
Annuler
Enregistrer