mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Removed assert when viewport is zero size.
This commit is contained in:
@@ -1428,7 +1428,6 @@ namespace bgfx
|
||||
}
|
||||
|
||||
view.m_rect.intersect(rect);
|
||||
BX_ASSERT(!view.m_rect.isZeroArea(), "View %d: view rect outside of framebuffer extent", ii);
|
||||
|
||||
if (!view.m_scissor.isZero() )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user