mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 15:22:16 +00:00
- more parentheses.
This commit is contained in:
parent
bb5dc92225
commit
c60b4239ed
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ static int GetRenderInfo()
|
|||
if (info.first < 3.3) return 0;
|
||||
if (!info.second)
|
||||
{
|
||||
if (screen->hwcaps & (RFL_SHADER_STORAGE_BUFFER | RFL_BUFFER_STORAGE) == RFL_SHADER_STORAGE_BUFFER | RFL_BUFFER_STORAGE) return 3;
|
||||
if ((screen->hwcaps & (RFL_SHADER_STORAGE_BUFFER | RFL_BUFFER_STORAGE)) == (RFL_SHADER_STORAGE_BUFFER | RFL_BUFFER_STORAGE)) return 3;
|
||||
return 4;
|
||||
}
|
||||
return 5;
|
||||
|
|
Loading…
Reference in a new issue