Cleanup: Formatting
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user