bugfix [#24264] toggle UV selection fails.

was using the 4th selection flag on tri's.
also some minor changes, removed unused args and corrected some comments.
This commit is contained in:
2010-10-15 09:07:19 +00:00
parent 9f81104b29
commit f756a047e6
7 changed files with 48 additions and 59 deletions

View File

@@ -41,7 +41,7 @@ ARegion *node_has_buttons_region(ScrArea *sa);
/* node_header.c */
void node_header_buttons(const bContext *C, ARegion *ar);
void node_menus_register(struct ARegionType *art);
void node_menus_register(void);
/* node_draw.c */
void drawnodespace(const bContext *C, ARegion *ar, View2D *v2d);