Skip to content

Commit

Permalink
formatting 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Fireronin committed Aug 7, 2024
1 parent c5dafb3 commit d8c5d81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions Gems/Pointcloud/Code/Source/Clients/PointcloudComponent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ namespace Pointcloud
AZ::TransformNotificationBus::Handler::BusDisconnect();
m_featureProcessor->ReleasePointcloud(m_pointcloudHandle);
}



void PointcloudComponent::OnTransformChanged(const AZ::Transform& local, const AZ::Transform& world)
{
AZ_UNUSED(local);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ namespace Pointcloud
AZ::Data::Instance<AZ::RPI::ShaderResourceGroup> m_drawSrg = nullptr;
bool m_visible = true;
bool m_needSrgUpdate = true;

AZStd::optional<AZ::Data::Asset<PointcloudAsset>> m_pointcloudAsset; // !!!!!!!!!!!!!
};

// FeatureProcessor overrides
Expand Down

0 comments on commit d8c5d81

Please sign in to comment.