DWM: remove redundant state reset

This commit is contained in:
2017-05-11 08:35:34 +10:00
parent 1e9f922c9e
commit 3465f80319

View File

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