Cleanup: Formatting

This commit is contained in:
Hans Goudey
2024-11-24 14:02:52 -05:00
parent e55b525c79
commit b309fe6092

View File

@@ -145,11 +145,8 @@ class Outline : Overlay {
prepass_curves_ps_->draw(geom, manager.unique_handle(ob_ref));
break;
case OB_GREASE_PENCIL:
GreasePencil::draw_grease_pencil(res,
*prepass_gpencil_ps_,
state.scene,
ob_ref.object,
manager.unique_handle(ob_ref));
GreasePencil::draw_grease_pencil(
res, *prepass_gpencil_ps_, state.scene, ob_ref.object, manager.unique_handle(ob_ref));
break;
case OB_MESH:
if (state.xray_enabled_and_not_wire) {