Skip to content

Commit 5feb8bb

Browse files
committed
Fixed typo in the error log
Signed-off-by: Patryk Antosz <[email protected]>
1 parent a2a2c77 commit 5feb8bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gems/Pointcloud/Code/Source/Render/PointcloudFeatureProcessor.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ namespace Pointcloud
3535

3636
if (!m_shader)
3737
{
38-
AZ_Error("PointcloudFeatureProcessor", false, "Failed to load required stars shader.");
38+
AZ_Error("PointcloudFeatureProcessor", false, "Failed to load required pointcloud shader.");
3939
return;
4040
}
4141
AZ::Data::AssetBus::MultiHandler::BusConnect(m_shader->GetAssetId());
@@ -375,4 +375,4 @@ namespace Pointcloud
375375
handler.Connect(m_pointcloudChangedEvent);
376376
}
377377
}
378-
} // namespace Pointcloud
378+
} // namespace Pointcloud

0 commit comments

Comments
 (0)