almost fixing text rendering

This commit is contained in:
kbz_8
2023-04-08 20:45:06 +02:00
parent b4b3bbda54
commit 77d71adc1f
8 changed files with 166 additions and 25 deletions

View File

@@ -29,7 +29,7 @@ namespace mlx
{
_textures_to_render.clear();
_pixel_put_pipeline.clear();
_text_put_pipeline.clear();
_text_put_pipeline->clear();
}
void GraphicsSupport::pixelPut(int x, int y, int color) noexcept