Skip to content

Commit 05d07e5

Browse files
committed
bozoman solution
1 parent 8f757ca commit 05d07e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime/Includes/Core/Graphics.inl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ namespace mlx
99
p_scene->ResetSprites();
1010
m_put_pixel_manager.ResetRenderData();
1111
m_draw_layer = 0;
12+
PixelPut(0, 0, 0x00000000); // bozoman solution FIXME
1213
}
1314

1415
void GraphicsSupport::PixelPut(int x, int y, std::uint32_t color) noexcept

0 commit comments

Comments
 (0)