automatic commit
[folded-ctf.git] / list_to_pool.cc
index c142534..c1496e5 100644 (file)
@@ -237,8 +237,8 @@ void list_to_pool(char *main_path, char *list_name, char *pool_name) {
 
         Pose *pose = current_image->get_target_pose(nb_cats);
 
-        pose->_body_xc = x1;
-        pose->_body_yc = y1;
+        pose->_belly_xc = x1;
+        pose->_belly_yc = y1;
 
         body_defined = true;
       }