Merge pull request #5025 from zedeckj/master

Fixed typo in example
This commit is contained in:
Ray 2025-07-08 21:43:54 +02:00 committed by GitHub
commit d972582bc7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -108,7 +108,7 @@ int main(void)
}
else
{
// Draw provided text with laoded font, containing all required codepoint glyphs
// Draw provided text with loaded font, containing all required codepoint glyphs
DrawTextEx(font, text, (Vector2) { 160, 110 }, 48, 5, BLACK);
}