Fixed typo

This commit is contained in:
Jordan Zedeck
2025-07-06 01:59:03 -04:00
committed by GitHub
parent 7f8dfc6c69
commit e91a3697ff

View File

@ -108,7 +108,7 @@ int main(void)
} }
else 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); DrawTextEx(font, text, (Vector2) { 160, 110 }, 48, 5, BLACK);
} }