Browse Source

Cell: fix typo

tags/mesa_20090313
Brian 17 years ago
parent
commit
2f8268aa02
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/mesa/pipe/cell/spu/spu_main.c

+ 1
- 1
src/mesa/pipe/cell/spu/spu_main.c View File

@@ -236,7 +236,7 @@ static void
cmd_state_blend(const struct pipe_blend_state *state)
{
if (Debug)
printf("SPU %u: BLEND: ztest %d\n",
printf("SPU %u: BLEND: enabled %d\n",
spu.init.id,
state->blend_enable);


Loading…
Cancel
Save