working on texts and fonts

This commit is contained in:
Kbz-8
2024-10-27 01:14:07 +02:00
parent ef61b7943e
commit d4bd8b62c5
31 changed files with 414 additions and 187 deletions

View File

@@ -43,7 +43,7 @@ namespace mlx
auto it = std::find(s_blocks.begin(), s_blocks.end(), ptr);
if(it == s_blocks.end())
{
Error("Memory Manager : trying to free a pointer not allocated by the memory manager");
Error("Memory Manager: trying to free a pointer not allocated by the memory manager");
return;
}
std::free(*it);