* Fix misplaced #endif

This commit is contained in:
Tim Angus 2008-08-14 07:59:34 +00:00
parent 49fa0edd61
commit d781a25157
1 changed files with 1 additions and 1 deletions

View File

@ -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 );