Преглед на файлове

Reverted `MeasureTextEx()` change #3105

pull/3163/head
Ray преди 1 година
родител
ревизия
685d47938b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      src/rtext.c

+ 1
- 1
src/rtext.c Целия файл

@ -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;

Зареждане…
Отказ
Запис