erase_op actually clears only the 3d video buffer. Fixes fade-out in Top Landing.

This commit is contained in:
angelosa 2015-06-30 23:57:46 +02:00
parent 201873683e
commit f2891c8e5a

View File

@ -423,7 +423,7 @@ void taitoair_state::fb_erase_op()
cliprect.max_y = m_screen->height() - 1;
m_framebuffer[0]->fill(0, cliprect);
m_framebuffer[1]->fill(0, cliprect);
//m_framebuffer[1]->fill(0, cliprect);
}
void taitoair_state::fb_fill_op()