Removed comment question

Signed-off-by: Chris Galvan <chgalvan@amazon.com>
This commit is contained in:
Chris Galvan
2022-01-11 10:32:03 -06:00
parent e951d8fe57
commit 708eabe5de
@@ -242,10 +242,6 @@ namespace ImageProcessingAtom
}
}
// Should we actually put the GetSubImagePixelValue API in this Utils file instead, since it already has
// some conversion logic, and has the helper method for retrieving an entire image (LoadImageFromImageAsset)
// whereas this is a helper for retrieving a specific pixel from the image?
IImageObjectPtr LoadImageFromImageAsset(const AZ::Data::Asset<AZ::RPI::StreamingImageAsset>& imageAsset)
{
if (!imageAsset.IsReady())