|
|
@@ -45,7 +45,7 @@ public class ProfilerSectionPush {
|
|
|
sectionPush.setStart_angle(f.getStartAngle());
|
|
|
sectionPush.setRadius(f.getRadius());
|
|
|
sectionPush.setCenter_x(f.getX());
|
|
|
- sectionPush.setCenter_y(f.getY());
|
|
|
+ sectionPush.setCenter_y(f.getZ());
|
|
|
return sectionPush;
|
|
|
}).collect(Collectors.toList());
|
|
|
}
|