mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-22 12:54:13 +00:00
utils: mdldec: STUDIO_NF_SMOOTH texture flag means "smooth" texrendermode.
This commit is contained in:
parent
221a9bab54
commit
1a59389261
@ -217,7 +217,7 @@ static void WriteTextureRenderMode( FILE *fp )
|
||||
if( texture->flags & STUDIO_NF_SMOOTH )
|
||||
{
|
||||
fprintf( fp, "$texrendermode \"%s\" \"alpha\" \n", texture->name ); // sven-coop extension
|
||||
fprintf( fp, "$texrendermode \"%s\" \"nosmooth\" \n", texture->name ); // xash3d extension
|
||||
fprintf( fp, "$texrendermode \"%s\" \"smooth\" \n", texture->name ); // xash3d extension
|
||||
}
|
||||
|
||||
if( texture->flags & STUDIO_NF_ADDITIVE )
|
||||
|
Loading…
x
Reference in New Issue
Block a user