Cleanup: format
This commit is contained in:
@@ -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];
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user