Revert "DWM: remove redundant state reset"

Enable this for now, needs some investigation.
This commit is contained in:
Campbell Barton
2017-05-11 18:44:39 +10:00
parent 2a2b23c142
commit 0ffb19ca64

View File

@@ -1582,6 +1582,9 @@ static void draw_shgroup(DRWShadingGroup *shgroup, DRWState pass_state)
}
}
}
/* TODO: remove, (currently causes alpha issue with sculpt, need to investigate) */
DRW_state_reset();
}
void DRW_draw_pass(DRWPass *pass)