Cleanup: Remove unused variable
This commit is contained in:
@@ -1211,7 +1211,7 @@ int multitex_ext_safe(Tex *tex,
|
||||
|
||||
float texture_value_blend(float tex, float out, float fact, float facg, int blendtype)
|
||||
{
|
||||
float in = 0.0, facm, col, scf;
|
||||
float in = 0.0, facm, scf;
|
||||
int flip = (facg < 0.0f);
|
||||
|
||||
facg = fabsf(facg);
|
||||
|
||||
Reference in New Issue
Block a user