|
@@ -3878,7 +3878,7 @@ namespace bgfx { namespace d3d9
|
|
|
else
|
|
else
|
|
|
{
|
|
{
|
|
|
Rect scissorRect;
|
|
Rect scissorRect;
|
|
|
- scissorRect.setIntersect(viewScissorRect, _render->m_rectCache.m_cache[scissor]);
|
|
|
|
|
|
|
+ scissorRect.setIntersect(viewScissorRect, _render->m_frameCache.m_rectCache.m_cache[scissor]);
|
|
|
if (scissorRect.isZeroArea() )
|
|
if (scissorRect.isZeroArea() )
|
|
|
{
|
|
{
|
|
|
continue;
|
|
continue;
|