mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 14:52:00 +00:00
* Remove superfluous f from warning
This commit is contained in:
parent
0ba8b20305
commit
96a3b4b169
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ static int GLimp_SetMode( int mode, qboolean fullscreen )
|
|||
else
|
||||
{
|
||||
ri.Printf( PRINT_ALL,
|
||||
"Cannot estimate display aspect, assuming 1.333f\n" );
|
||||
"Cannot estimate display aspect, assuming 1.333\n" );
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue