Cleanup: remove redundant double parenthesis
This commit is contained in:
@@ -221,7 +221,7 @@ static void graph_main_region_draw(const bContext *C, ARegion *region)
|
||||
v2d->tot.xmax += 10.0f;
|
||||
}
|
||||
|
||||
if (((sipo->flag & SIPO_NODRAWCURSOR) == 0)) {
|
||||
if ((sipo->flag & SIPO_NODRAWCURSOR) == 0) {
|
||||
uint pos = GPU_vertformat_attr_add(immVertexFormat(), "pos", GPU_COMP_F32, 2, GPU_FETCH_FLOAT);
|
||||
|
||||
immBindBuiltinProgram(GPU_SHADER_3D_UNIFORM_COLOR);
|
||||
|
||||
Reference in New Issue
Block a user