mirror of
https://github.com/holub/mame
synced 2025-05-29 17:13:05 +03:00
Remove debug prints, nw
This commit is contained in:
parent
d67b94c268
commit
141e1d0a64
@ -622,10 +622,8 @@ void render_container::set_overlay(bitmap_argb32 *bitmap)
|
||||
m_overlaybitmap = bitmap;
|
||||
if (m_overlaybitmap != nullptr)
|
||||
{
|
||||
printf("Allocating overlay\n");
|
||||
m_overlaytexture = m_manager.texture_alloc(render_container::overlay_scale);
|
||||
m_overlaytexture->set_bitmap(*bitmap, bitmap->cliprect(), TEXFORMAT_ARGB32);
|
||||
printf("Done allocating overlay\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user