Skip to content

Commit 142b006

Browse files
committed
Fixed post shadow filter for glsl1.5
1 parent 9500227 commit 142b006

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

jme3-core/src/main/resources/Common/MatDefs/Shadow/PostShadowFilter15.frag

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,6 @@ vec4 main_multiSample(in int numSample){
136136

137137
void main(){
138138

139-
#if !defined( RENDER_SHADOWS )
140-
outFragColor = fetchTextureSample(m_Texture,texCoord,0);
141-
return;
142-
#endif
143-
144139
#ifdef RESOLVE_MS
145140
vec4 color = vec4(0.0);
146141
for (int i = 0; i < m_NumSamples; i++){

0 commit comments

Comments
 (0)