REMOVE: TRACELOGD(), hardly ever used

This commit is contained in:
Ray
2026-01-05 20:47:25 +01:00
parent 35fc8ece44
commit 3678c2d157
7 changed files with 13 additions and 23 deletions

View File

@ -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");
}
}