This commit is contained in:
2024-10-22 16:25:13 +02:00
parent a86f26f0f3
commit 58ad52e1cc
7 changed files with 27 additions and 6 deletions

View File

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