AFAIK... last issue with new Z-culling selection.

Since the new menu system draws in backbuffer, the selectionbuffer then
needs a refresh after. Solved by nicely signalling stuff.
This commit is contained in:
2004-10-30 17:13:10 +00:00
parent e1fb446ce7
commit 8aa1948c10
4 changed files with 18 additions and 5 deletions

View File

@@ -331,8 +331,6 @@ static void ui_end_overdraw(uiOverDraw *od)
MEM_freeN(od);
markdirty_all_back(); // sets flags only
/* todo; backbuffer selection redraw */
}
/* ****************** live updates for hilites and button presses *********** */