mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 23:58:59 +00:00
bbox minor fx
This commit is contained in:
parent
5ca9933307
commit
e98f43d2af
3 changed files with 11 additions and 15 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue