un-did const on function that did not need it
Signed-off-by: Kyle B <kylebirnbaum@gmail.com>
This commit is contained in:
@@ -388,7 +388,7 @@ namespace AZ
|
||||
}
|
||||
}
|
||||
|
||||
float MeshFeatureProcessor::GetMinimumScreenCoverage(const MeshHandle& meshHandle) const
|
||||
float MeshFeatureProcessor::GetMinimumScreenCoverage(const MeshHandle& meshHandle)
|
||||
{
|
||||
if (meshHandle.IsValid())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user