mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
* Fix misplaced #endif
This commit is contained in:
parent
49fa0edd61
commit
d781a25157
1 changed files with 1 additions and 1 deletions
|
@ -238,10 +238,10 @@ static int GLimp_SetMode( int mode, qboolean fullscreen )
|
|||
// by assuming (relatively safely) that it is set at or close to
|
||||
// the display's native aspect ratio
|
||||
displayAspect = (float)videoInfo->current_w / (float)videoInfo->current_h;
|
||||
#endif
|
||||
|
||||
ri.Printf( PRINT_ALL, "Estimated display aspect: %.3f\n", displayAspect );
|
||||
}
|
||||
#endif
|
||||
|
||||
ri.Printf (PRINT_ALL, "...setting mode %d:", mode );
|
||||
|
||||
|
|
Loading…
Reference in a new issue