Cleanup: add trailing commas to avoid right shift
This commit is contained in:
@@ -1333,12 +1333,14 @@ void ui_draw_but_VECTORSCOPE(ARegion *UNUSED(ar),
|
||||
const float skin_rad = DEG2RADF(123.0f); /* angle in radians of the skin tone line */
|
||||
Scopes *scopes = (Scopes *)but->poin;
|
||||
|
||||
const float colors[6][3] = {{0.75, 0.0, 0.0},
|
||||
{0.75, 0.75, 0.0},
|
||||
{0.0, 0.75, 0.0},
|
||||
{0.0, 0.75, 0.75},
|
||||
{0.0, 0.0, 0.75},
|
||||
{0.75, 0.0, 0.75}};
|
||||
const float colors[6][3] = {
|
||||
{0.75, 0.0, 0.0},
|
||||
{0.75, 0.75, 0.0},
|
||||
{0.0, 0.75, 0.0},
|
||||
{0.0, 0.75, 0.75},
|
||||
{0.0, 0.0, 0.75},
|
||||
{0.75, 0.0, 0.75},
|
||||
};
|
||||
|
||||
rctf rect = {
|
||||
.xmin = (float)recti->xmin + 1,
|
||||
|
||||
Reference in New Issue
Block a user