mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-23 07:39:18 -05:00
REMOVE: TRACELOGD(), hardly ever used
This commit is contained in:
@ -1035,7 +1035,7 @@ void UnloadFont(Font font)
|
||||
UnloadTexture(font.texture);
|
||||
RL_FREE(font.recs);
|
||||
|
||||
TRACELOGD("FONT: Unloaded font data from RAM and VRAM");
|
||||
TRACELOG(LOG_DEBUG, "FONT: Unloaded font data from RAM and VRAM");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user