mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-15 07:00:58 +00:00
Ran Astyle
This commit is contained in:
parent
4f55ec094d
commit
30b88cc197
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue