Reviewed rcamera/rgestures file-macros for consistency #3161

This commit is contained in:
Ray
2023-07-10 19:13:44 +02:00
parent 334e96d470
commit 0b9fae3c53
4 changed files with 24 additions and 24 deletions

View File

@@ -1244,7 +1244,7 @@ Vector2 MeasureTextEx(Font font, const char *text, float fontSize, float spacing
if (tempTextWidth < textWidth) tempTextWidth = textWidth;
byteCounter = 0;
textWidth = 0;
// NOTE: Line spacing is a global variable, use SetTextLineSpacing() to setup
textHeight += (float)textLineSpacing;
}