Ran Astyle

This commit is contained in:
Robert Beckebans 2021-03-15 21:16:11 +01:00
parent 4f55ec094d
commit 30b88cc197

View file

@ -184,7 +184,7 @@ byte* idVulkanStagingManager::Stage( const int size, const int alignment, VkComm
}
int maxCommands = r_vkStagingMaxCommands.GetInteger();
if ( ( maxCommands > 0 ) && ( stage->stagedCommands >= maxCommands) )
if( ( maxCommands > 0 ) && ( stage->stagedCommands >= maxCommands ) )
{
Flush();
}