Fix terrFeatureGLSL.cpp for GCC.

This commit is contained in:
LuisAntonRebollo 2014-11-30 05:03:30 +01:00
parent ff83e8c209
commit fb08fafc9c

View file

@ -474,7 +474,7 @@ void TerrainDetailMapFeatGLSL::processPix( Vector<ShaderComponent*> &component
}
Var *baseColor = (Var*)LangElement::find("baseColor");
Var *outColor = (Var*)LangElement::find(getOutputTargetVarName(OutputTarget::DefaultTarget));
Var *outColor = (Var*)LangElement::find(getOutputTargetVarName(DefaultTarget));
if (!outColor)
{