mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 22:53:34 +00:00
bozoman solution
This commit is contained in:
@@ -9,6 +9,7 @@ namespace mlx
|
|||||||
p_scene->ResetSprites();
|
p_scene->ResetSprites();
|
||||||
m_put_pixel_manager.ResetRenderData();
|
m_put_pixel_manager.ResetRenderData();
|
||||||
m_draw_layer = 0;
|
m_draw_layer = 0;
|
||||||
|
PixelPut(0, 0, 0x00000000); // bozoman solution FIXME
|
||||||
}
|
}
|
||||||
|
|
||||||
void GraphicsSupport::PixelPut(int x, int y, std::uint32_t color) noexcept
|
void GraphicsSupport::PixelPut(int x, int y, std::uint32_t color) noexcept
|
||||||
|
|||||||
Reference in New Issue
Block a user