Enabled user shader for a cameratexture

This commit is contained in:
ZZYZX 2016-12-30 23:26:56 +02:00 committed by Rachael Alexanderson
parent 165134f1a7
commit 3aee73eaa4

View file

@ -447,6 +447,11 @@ FMaterial::FMaterial(FTexture * tx, bool expanded)
}
else if (tx->bHasCanvas)
{
if (tx->gl_info.shaderindex >= FIRST_USER_SHADER)
{
mShaderIndex = tx->gl_info.shaderindex;
}
// no brightmap for cameratexture
}
else
{