diff --git a/plugins_src/autouv/wpc_autouv.erl b/plugins_src/autouv/wpc_autouv.erl index 95786513..22f90080 100644 --- a/plugins_src/autouv/wpc_autouv.erl +++ b/plugins_src/autouv/wpc_autouv.erl @@ -1264,6 +1264,8 @@ handle_command_1({bend,Type,{'ASK',Ask}}, St) -> end); handle_command_1({bend,{Type,Param}}, St) -> wpc_bend:setup({Type,Param}, St); +handle_command_1({bend,Type,Param}, St) -> + wpc_bend:setup({Type,Param}, St); handle_command_1({flip,horizontal}, St0) -> St1 = wpa:sel_map(fun(_, We) -> flip_horizontal(We) end, St0), St = update_selected_uvcoords(St1),