|
@@ -311,6 +311,7 @@ static void GuiLoadStyleTerminal(void)
|
|
|
|
|
|
// Load texture from image
|
|
// Load texture from image
|
|
font.texture = LoadTextureFromImage(imFont);
|
|
font.texture = LoadTextureFromImage(imFont);
|
|
|
|
+ UnloadImage(imFont); // Uncompressed data can be unloaded from memory
|
|
|
|
|
|
// Copy char recs data from global fontRecs
|
|
// Copy char recs data from global fontRecs
|
|
// NOTE: Required to avoid issues if trying to free font
|
|
// NOTE: Required to avoid issues if trying to free font
|