mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
Fix misplaced break
This commit is contained in:
parent
87c1ce6fa2
commit
7c0470e061
@ -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…
Reference in New Issue
Block a user