mirror of
https://bitbucket.org/CPMADevs/cnq3
synced 2025-02-17 01:11:20 +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 ) )
|
if ( strcmp( name, image->name ) )
|
||||||
continue;
|
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" ) )
|
if ( !strcmp( name, "*white" ) )
|
||||||
return image;
|
return image;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue