mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Support UTF8 basic characters on ImageTextEx()
Supported UTF8 range equivalent to [128..255] (80h..FFh) Exposed and renamed text function GetGlyphIndex() Renamed spriteFont parameter name to simply font Small security check on transmission mission ending screen
This commit is contained in:
@ -113,7 +113,7 @@ void InitEndingScreen(void)
|
||||
|
||||
strcpy(headline, title); // Base headline updated
|
||||
|
||||
free(title);
|
||||
if (title != NULL) free(title);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user