Cleanup: format

This commit is contained in:
Chris Blackbourn
2023-04-29 13:48:52 +12:00
parent d145dfdae0
commit ca00cb5470
2 changed files with 2 additions and 2 deletions

View File

@@ -615,7 +615,7 @@ struct StrokeCache {
float symm_rot_mat_inv[4][4];
/* Accumulate mode. Note: inverted for SCULPT_TOOL_DRAW_SHARP. */
bool accum;
bool accum;
float anchored_location[3];

View File

@@ -884,7 +884,7 @@ static void pack_island_xatlas(const Span<UVAABBIsland *> island_indices,
float max_u = 0.0f;
float max_v = 0.0f;
int scan_line = 0; /* Current "scan_line" of occupancy bitmap. */
int scan_line = 0; /* Current "scan_line" of occupancy bitmap. */
int traced_islands = 0; /* Which islands are currently traced in `occupancy`. */
int i = 0;