mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-04-24 02:32:18 +00:00
Astyle
This commit is contained in:
parent
1af7a289d5
commit
fc7802e007
1 changed files with 1 additions and 1 deletions
|
@ -751,7 +751,7 @@ bool R_GetModeListForDisplay( const int requestedDisplayNum, idList<vidMode_t>&
|
|||
continue;
|
||||
}
|
||||
if( ( m.refresh_rate != 60 ) && ( m.refresh_rate != 120 ) &&
|
||||
( m.refresh_rate != 144 ) && ( m.refresh_rate != 165 ) && ( m.refresh_rate != 240 ) )
|
||||
( m.refresh_rate != 144 ) && ( m.refresh_rate != 165 ) && ( m.refresh_rate != 240 ) )
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue