--- Shaders/bumpspec.frag | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Shaders/bumpspec.frag b/Shaders/bumpspec.frag index 74ee2ca..8bc7cd4 100644 --- a/Shaders/bumpspec.frag +++ b/Shaders/bumpspec.frag @@ -48,6 +48,6 @@ void main (void) // fogFactor = clamp(fogFactor, 0.0, 1.0); // gl_FragColor = mix(gl_Fog.color, color, fogFactor); - color.rgb = fog_Func(fragColor.rgb, fogType); + color.rgb = fog_Func(color.rgb, fogType); gl_FragColor = color; } -- 1.7.5.4 ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Flightgear-devel mailing list Flightgear-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/flightgear-devel