baby lock the door and turn the lights down low
[carveJwlIkooP6JGAAIwe30JlM.git] / shaders / scene_standard_alphatest.fs
index c326ae8c14085be728fc34a1e99692868bf85a6b..fe8f10c652cf27cb699425a085340c53c93c2027 100644 (file)
@@ -26,6 +26,6 @@ void main()
       vfrag = vec3(0.5);
    }
 
-   vfrag = scene_do_lighting( vfrag, qnorm );
+   vfrag = scene_compute_lighting( vfrag, qnorm, aWorldCo );
    oColour = vec4(vfrag, 1.0);
 }