Browse Source

remove CallDepth++/-- accidentally removed in prev commit

tags/mesa_7_1_rc1
Brian 18 years ago
parent
commit
f8e4cf716a
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      src/mesa/main/dlist.c

+ 4
- 0
src/mesa/main/dlist.c View File

@@ -5737,6 +5737,8 @@ execute_list(GLcontext *ctx, GLuint list)
if (!dlist)
return;

ctx->ListState.CallDepth++;

if (ctx->Driver.BeginCallList)
ctx->Driver.BeginCallList(ctx, dlist);

@@ -6623,6 +6625,8 @@ execute_list(GLcontext *ctx, GLuint list)

if (ctx->Driver.EndCallList)
ctx->Driver.EndCallList(ctx);

ctx->ListState.CallDepth--;
}



Loading…
Cancel
Save