bozoman solution

This commit is contained in:
Kbz-8
2024-10-21 21:58:04 +02:00
parent 8f757cab08
commit 05d07e5b72

View File

@@ -9,6 +9,7 @@ namespace mlx
p_scene->ResetSprites();
m_put_pixel_manager.ResetRenderData();
m_draw_layer = 0;
PixelPut(0, 0, 0x00000000); // bozoman solution FIXME
}
void GraphicsSupport::PixelPut(int x, int y, std::uint32_t color) noexcept