mirror of
https://bitbucket.org/CPMADevs/cnq3
synced 2024-11-23 04:12:42 +00:00
no longer whining about mixed image settings with external lightmap atlases
This commit is contained in:
parent
e50a60fe17
commit
7262b90655
1 changed files with 4 additions and 0 deletions
|
@ -859,6 +859,10 @@ const image_t* R_FindImageFile( const char* name, int flags, textureWrap_t glWra
|
|||
if ( strcmp( name, image->name ) )
|
||||
continue;
|
||||
|
||||
// let's not whine about those since we rightfully ignore what the user asks for anyhow
|
||||
if ( image->flags & IMG_EXTLMATLAS )
|
||||
return image;
|
||||
|
||||
if ( !strcmp( name, "*white" ) )
|
||||
return image;
|
||||
|
||||
|
|
Loading…
Reference in a new issue