Updating code comments.

Signed-off-by: santorac <55155825+santorac@users.noreply.github.com>
This commit is contained in:
santorac
2022-01-13 12:49:35 -08:00
parent aafd34679a
commit 8084775d7a
3 changed files with 14 additions and 4 deletions
@@ -304,7 +304,7 @@ namespace AZ
m_materialTypeAsset = newMaterialTypeAsset;
// If the material asset was not finalized on disk, then we clear the previously finalized property values to force re-finalize.
// This
// This is necessary in case the property layout changed in some way.
if (!m_wasPreFinalized)
{
m_isFinalized = false;