Changes

Jump to navigation Jump to search
m
no edit summary
Line 77: Line 77:  
         // check if we have controller id constructed from wbEntity  
 
         // check if we have controller id constructed from wbEntity  
 
         if ( check( current[i], rel_B ) != undefined ) {
 
         if ( check( current[i], rel_B ) != undefined ) {
           if ( check( dive (current[i], rel_B ), rel_C ) != undefined ) {
+
           if ( check( check (current[i], rel_B ), rel_C ) != undefined ) {
             if ( check_Y_in_X( to_check, get_Y_from_X( get_Y_from_X( current[i], rel_B ), rel_C ) ) ) {
+
             if ( check_Y_in_X( get_Y_from_X( get_Y_from_X( current[i], rel_B ), rel_C ), to_check ) ) {
 
               future = true;
 
               future = true;
 
             };
 
             };
530

edits

Navigation menu