From 9582f194839d6f34b9b9a5b43645f68205e1adc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Mon, 5 Apr 2021 16:07:23 -0700 Subject: [PATCH] Removed assert when viewport is zero size. --- src/bgfx.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bgfx.cpp b/src/bgfx.cpp index 073cb1dcb..3163ad004 100644 --- a/src/bgfx.cpp +++ b/src/bgfx.cpp @@ -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() ) {