Skip to content

Commit

Permalink
Fixed spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
antoncxx committed Mar 2, 2024
1 parent fb93ca4 commit 1405861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrCore/Animation/SkeletonMotions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ class XRCORE_API CPartDef
xr_vector<u32> bones;
CPartDef() : Name(0){};

[[nodiscard]]
[[nodiscard]]
u64 mem_usage() const { return sizeof(*this) + bones.size() * sizeof(bones[0]) + sizeof(Name); }
};
class XRCORE_API CPartition
Expand Down

0 comments on commit 1405861

Please sign in to comment.