engine: client: reduce console spam about not precached model to dev level 1
This commit is contained in:
parent
6aef422de6
commit
73a8144e75
1 changed files with 1 additions and 1 deletions
|
@ -2376,7 +2376,7 @@ static int GAME_EXPORT CL_FindModelIndex( const char *m )
|
||||||
if( lasttimewarn < host.realtime )
|
if( lasttimewarn < host.realtime )
|
||||||
{
|
{
|
||||||
// tell user about problem (but don't spam console)
|
// tell user about problem (but don't spam console)
|
||||||
Con_Printf( S_ERROR "Could not find index for model %s: not precached\n", filepath );
|
Con_DPrintf( S_ERROR "Could not find index for model %s: not precached\n", filepath );
|
||||||
lasttimewarn = host.realtime + 1.0f;
|
lasttimewarn = host.realtime + 1.0f;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue