summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Deucher <alex@samba.(none)>2008-03-24 14:49:43 -0400
committerAlex Deucher <alex@samba.(none)>2008-03-24 14:49:43 -0400
commitb469e9e93cfa3e11aab78dd8676635f976fe2ac1 (patch)
tree050df83bf8e34cbfbe3d2254098302a409934913 /src
parentc98642169496cfa7d8026dbd5214fafbde962002 (diff)
R300: fix typo r300 fog reg
Noticed by pzad on IRC
Diffstat (limited to 'src')
-rw-r--r--src/mesa/drivers/dri/r300/r300_reg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_reg.h b/src/mesa/drivers/dri/r300/r300_reg.h
index 0d78fb8e84..ac6b0e63b5 100644
--- a/src/mesa/drivers/dri/r300/r300_reg.h
+++ b/src/mesa/drivers/dri/r300/r300_reg.h
@@ -1890,7 +1890,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
/* Fog: Green Component of Fog Color */
#define FG_FOG_COLOR_G 0x4bcc
/* Fog: Blue Component of Fog Color */
-#define FG_FOG_COLOR_B 0x4db0
+#define FG_FOG_COLOR_B 0x4bd0
# define FG_FOG_COLOR_MASK 0x000001ff
/* Fog: Constant Factor for Fog Blending */