Fix: Missing indent

This commit is contained in:
2025-11-16 09:07:46 -06:00
parent e4c4adee92
commit e0b0cc6012
@@ -3123,7 +3123,7 @@ void Armatures::draw_armature_pose(Armatures::DrawContext *ctx)
if (!is_pose_select || draw_strat.culling_test(view, ob, pchan)) {
draw_strat.draw_bone(ctx, bone_ptr, boneflag, select_id);
}
}
}
/* Below this point nothing is used for selection queries. */
if (is_pose_select) {