Fix (likely) typo.
authorAapo Tahkola <aet@rasterburn.org>
Sat, 17 Dec 2005 11:43:59 +0000 (11:43 +0000)
committerAapo Tahkola <aet@rasterburn.org>
Sat, 17 Dec 2005 11:43:59 +0000 (11:43 +0000)
src/mesa/drivers/dri/r300/r300_state.c

index 975213d..6212d22 100644 (file)
@@ -2167,7 +2167,7 @@ void r300ResetHwState(r300ContextPtr r300)
                                             (6 << R300_POINTSIZE_Y_SHIFT);
 #endif
 
-       r300->hw.unk4230.cmd[1] = 0x01800000;//18000006;
+       r300->hw.unk4230.cmd[1] = 0x18000006;
        r300->hw.unk4230.cmd[2] = 0x00020006;
        r300->hw.unk4230.cmd[3] = r300PackFloat32(1.0 / 192.0);