DWM: remove redundant state reset

This commit is contained in:
Campbell Barton 2017-05-11 08:35:34 +10:00
parent 1e9f922c9e
commit 3465f80319
1 changed files with 0 additions and 2 deletions

View File

@ -1582,8 +1582,6 @@ static void draw_shgroup(DRWShadingGroup *shgroup, DRWState pass_state)
}
}
}
DRW_state_reset();
}
void DRW_draw_pass(DRWPass *pass)