Browse Source

Fix terrFeatureGLSL.cpp for GCC.

LuisAntonRebollo 11 years ago
parent
commit
fb08fafc9c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Engine/source/terrain/glsl/terrFeatureGLSL.cpp

+ 1 - 1
Engine/source/terrain/glsl/terrFeatureGLSL.cpp

@@ -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)
    {