mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-28 06:52:35 +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
|
else
|
||||||
{
|
{
|
||||||
ri.Printf( PRINT_ALL,
|
ri.Printf( PRINT_ALL,
|
||||||
"Cannot estimate display aspect, assuming 1.333f\n" );
|
"Cannot estimate display aspect, assuming 1.333\n" );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue