mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06: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