mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:17:44 +00:00
WindowServer: Oops, remove an assertion that won't fly with MBVGA
This commit is contained in:
parent
7038935f74
commit
770cf498ca
1 changed files with 0 additions and 2 deletions
|
@ -65,8 +65,6 @@ void WSCompositor::init_bitmaps()
|
|||
|
||||
m_front_bitmap = GraphicsBitmap::create_wrapper(GraphicsBitmap::Format::RGB32, size, screen.pitch(), screen.scanline(0));
|
||||
|
||||
ASSERT(m_screen_can_set_buffer);
|
||||
|
||||
if (m_screen_can_set_buffer)
|
||||
m_back_bitmap = GraphicsBitmap::create_wrapper(GraphicsBitmap::Format::RGB32, size, screen.pitch(), screen.scanline(size.height()));
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue