Add various improvements to models importing code

This commit is contained in:
Wojtek Figat
2023-11-30 11:31:58 +01:00
parent 712c400e43
commit c5df7ad689
7 changed files with 11 additions and 20 deletions

View File

@@ -452,7 +452,6 @@ public:
/// <summary>
/// Gets the valid level of details count.
/// </summary>
/// <returns>The LOD count.</returns>
FORCE_INLINE int32 GetLODsCount() const
{
return LODs.Count();
@@ -461,7 +460,6 @@ public:
/// <summary>
/// Determines whether this instance has valid skeleton structure.
/// </summary>
/// <returns>True if has skeleton, otherwise false.</returns>
FORCE_INLINE bool HasSkeleton() const
{
return Skeleton.Bones.HasItems();