Skip to content

Commit

Permalink
Update tile_brush.c
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Mar 2, 2020
1 parent d3a9aba commit 9ee9827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cdogsed/tile_brush.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ static void DrawTileOpsRow(
&tbData->m->u.Static,
*tbData->brushIdx
) == NULL;
*tbData->brushIdx++);
(*tbData->brushIdx)++);
}
}
}
Expand Down

0 comments on commit 9ee9827

Please sign in to comment.