File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ namespace AtomSampleViewer
146146 m_pointLight = lightHandle;
147147 }
148148
149- void ExposureExampleComponent::OnModelReady (AZ::Data::Instance<AZ::RPI::Model> model)
149+ void ExposureExampleComponent::OnModelReady ([[maybe_unused]] AZ::Data::Instance<AZ::RPI::Model> model)
150150 {
151151 m_sponzaAssetLoaded = true ;
152152
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ namespace AtomSampleViewer
8888
8989 // --- World Model ---
9090
91- void SsaoExampleComponent::OnModelReady (AZ::Data::Instance<AZ::RPI::Model> model)
91+ void SsaoExampleComponent::OnModelReady ([[maybe_unused]] AZ::Data::Instance<AZ::RPI::Model> model)
9292 {
9393 m_worldModelAssetLoaded = true ;
9494 }
You can’t perform that action at this time.
0 commit comments