o3de / o3de-extras

Other
58 stars 60 forks source link

fix reflection in ROS2FrameEditorComponent #671

Closed jhanca-robotecai closed 4 months ago

jhanca-robotecai commented 4 months ago

What does this PR do?

ROS2FrameEditorComponent was not reflecting its base class and, as a result, it was triggering an error message. This is fixed now.

How was this PR tested?

The code was built and the project using ROS2FrameEditorComponent loaded with no error messages.