mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-20 01:15:08 -05:00
bbox minor fx
This commit is contained in:
@@ -334,7 +334,7 @@ void CommandBufferManager::SubmitCommandBuffer(u32 command_buffer_index,
|
||||
submit_info.pCommandBuffers = &resources.command_buffers[1];
|
||||
}
|
||||
|
||||
if (resources.semaphore_used != VK_NULL_HANDLE)
|
||||
if (resources.semaphore_used)
|
||||
{
|
||||
submit_info.pWaitSemaphores = &resources.semaphore;
|
||||
submit_info.waitSemaphoreCount = 1;
|
||||
|
||||
Reference in New Issue
Block a user