mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix misplaced break
This commit is contained in:
parent
87c1ce6fa2
commit
7c0470e061
1 changed files with 1 additions and 1 deletions
|
@ -1040,8 +1040,8 @@ void VulkanQueueRunner::PerformRenderPass(const VKRStep &step, VkCommandBuffer c
|
|||
_dbg_assert_(G3D, rotated_rc.y >= 0);
|
||||
VkRect2D finalRect = VkRect2D{ { rotated_rc.x, rotated_rc.y }, { (uint32_t)rotated_rc.w, (uint32_t)rotated_rc.h} };
|
||||
vkCmdSetScissor(cmd, 0, 1, &finalRect);
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
case VKRRenderCommand::BLEND:
|
||||
|
|
Loading…
Add table
Reference in a new issue