bbox minor fx

This commit is contained in:
weihuoya
2019-05-09 17:30:17 +08:00
parent 5ca9933307
commit e98f43d2af
3 changed files with 11 additions and 15 deletions

View File

@ -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;