Browse Source

fix gles2 spotlight problem

Gitea 6 years ago
parent
commit
9f48094982
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/gles2/shaders/scene.glsl

+ 0 - 1
drivers/gles2/shaders/scene.glsl

@@ -1914,7 +1914,6 @@ FRAGMENT_SHADER_CODE
 #ifdef USE_SHADOW
 	{
 		highp vec4 splane = shadow_coord;
-		splane.xyz /= splane.w;
 
 		float shadow = sample_shadow(light_shadow_atlas, splane);
 		light_att *= shadow;