Fixed syntax error in post shadow shader

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9573 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
rem..om 13 years ago
parent 242f5d82f9
commit a38c61a65a
  1. 2
      engine/src/core-data/Common/MatDefs/Shadow/PostShadowPSSM.vert

@ -16,7 +16,7 @@ varying float shadowPosition;
varying vec2 texCoord;
attribute vec3 inPosition;
#ifdef DIFFUSEMAP) || defined(COLOR_MAP)
#if defined(DIFFUSEMAP) || defined(COLOR_MAP)
attribute vec2 inTexCoord;
#endif

Loading…
Cancel
Save