From: havoc Date: Sun, 13 Mar 2011 07:23:48 +0000 (+0000) Subject: fix a typo (Fogcolor should be FogColor) X-Git-Tag: xonotic-v0.5.0~419 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=cec64e03e9ec0e2a4ee0dc7691a4a9e1c8dbeea7;p=xonotic%2Fdarkplaces.git fix a typo (Fogcolor should be FogColor) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10914 d7cf8633-e32d-0410-b094-e92efae38249 ::stable-branch::merge=05ff6ed87b9b23d29e65511e9371fcb4dce18b50 --- diff --git a/shader_hlsl.h b/shader_hlsl.h index 41aa34e2..3e7ab43d 100644 --- a/shader_hlsl.h +++ b/shader_hlsl.h @@ -475,7 +475,7 @@ "float3 FogVertex(float4 surfacecolor, float3 FogColor, float3 EyeVectorModelSpace, float FogPlaneVertexDist, float FogRangeRecip, float FogPlaneViewDist, float FogHeightFade, sampler Texture_FogMask, sampler Texture_FogHeightTexture)\n" "{\n" " float fogfrac;\n" -" float3 fc = Fogcolor;\n" +" float3 fc = FogColor;\n" "#ifdef USEFOGALPHAHACK\n" " fc *= surfacecolor.a;\n" "#endif\n"