X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/fe35ed0badc6a1a01237027effb74b82acbdb9e5..663eccb7e27110aba6c79648c38254a7a5737bca:/Constructor/src/or.cpp?ds=sidebyside diff --git a/Constructor/src/or.cpp b/Constructor/src/or.cpp index 5c63e70..4fdf2f2 100644 --- a/Constructor/src/or.cpp +++ b/Constructor/src/or.cpp @@ -149,8 +149,8 @@ bool Or::check_connection() i++; } - //FIXME la or tiene n entradas y una salida!!!!!!!!!!!!!!!!!! - return true;// (cant_in == cant_out ); + + return true;// out_connected; } ConnectorType Or::detect_click_position(int _a, int _b)