baby lock the door and turn the lights down low
[carveJwlIkooP6JGAAIwe30JlM.git] / shaders / scene_route.fs
index a2eeb99c810b50a17ce93eabf0b6a53b8250a90e..3ce337b73d721e6dbc77641caf393b8c23c12229 100644 (file)
@@ -41,7 +41,6 @@ void main()
    }
 
    // Lighting
-
-   vfrag = scene_do_lighting( vfrag, qnorm );
+   vfrag = scene_compute_lighting( vfrag, qnorm, aWorldCo );
    oColour = vec4(vfrag, 1.0);
 }