CR feedback

Signed-off-by: rhhong <rhhong@amazon.com>
This commit is contained in:
rhhong
2021-10-06 22:28:18 -07:00
parent 8897040315
commit 5fca7ffd86
10 changed files with 24 additions and 19 deletions
@@ -98,7 +98,6 @@ namespace EMotionFX
// Use this to alter the actor asset.
virtual void SetActorAsset(AZ::Data::Asset<EMotionFX::Integration::ActorAsset> actorAsset) = 0;
// virtual AZ::Data::Asset<const EMotionFX::Integration::ActorAsset> GetAsset() const = 0;
static const size_t s_invalidJointIndex = std::numeric_limits<size_t>::max();
};