Skip to content

Commit

Permalink
add missing reflection to game version of Camera Component
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Żak <[email protected]>
  • Loading branch information
zakmat committed Aug 17, 2023
1 parent 7f50d36 commit 9a155f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gems/ROS2/Code/Source/Camera/ROS2CameraSensorComponent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ namespace ROS2

void ROS2CameraSensorComponent::Reflect(AZ::ReflectContext* context)
{
CameraSensorConfiguration::Reflect(context);

auto* serialize = azrtti_cast<AZ::SerializeContext*>(context);
if (serialize)
{
Expand Down

0 comments on commit 9a155f8

Please sign in to comment.