From 3291e0cd2a72ccf30970d17e00407a0fe21209ce Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Mon, 21 Oct 2024 21:58:04 +0200 Subject: [PATCH] bozoman solution --- runtime/Includes/Core/Graphics.inl | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/Includes/Core/Graphics.inl b/runtime/Includes/Core/Graphics.inl index 185ebfa..a860896 100644 --- a/runtime/Includes/Core/Graphics.inl +++ b/runtime/Includes/Core/Graphics.inl @@ -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