- further tweaking of selecting objects...

I keep forgetting to add 'curarea->win_swap= WIN_FRONT_OK;' after
  drawing in frontbuffer... tsk tsk!
This commit is contained in:
2003-11-10 15:28:48 +00:00
parent 7763ae9361
commit 6b6cc8d97a
3 changed files with 10 additions and 11 deletions

View File

@@ -3762,4 +3762,5 @@ void draw_object_ext(Base *base)
G.zbuf= 0;
glDisable(GL_DEPTH_TEST);
}
curarea->win_swap= WIN_FRONT_OK;
}