From 1ec2f72d26a91e91d5a77011999b1064f3f6efff Mon Sep 17 00:00:00 2001 From: Namonay Date: Thu, 24 Oct 2024 05:16:37 +0200 Subject: [PATCH] this feels wrong --- runtime/Includes/Core/Graphics.inl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/runtime/Includes/Core/Graphics.inl b/runtime/Includes/Core/Graphics.inl index bff2386..2c43035 100644 --- a/runtime/Includes/Core/Graphics.inl +++ b/runtime/Includes/Core/Graphics.inl @@ -9,12 +9,8 @@ namespace mlx p_scene->ResetSprites(); m_put_pixel_manager.ResetRenderData(); m_draw_layer = 0; -<<<<<<< HEAD m_putpixel_called = false; // PixelPut(0, 0, 0x00000000); // bozoman solution FIXME -======= - PixelPut(0, 0, 0x00000000); // bozoman solution FIXME WTF ->>>>>>> cfb41b7b2706234ac514c2daab7c3717863af115 } void GraphicsSupport::PixelPut(int x, int y, std::uint32_t color) noexcept