Various code fixes and tweaks

This commit is contained in:
Wojtek Figat
2023-07-02 15:46:29 +02:00
parent 0d7e7edf80
commit 04963fef18
13 changed files with 26 additions and 24 deletions

View File

@@ -20,8 +20,7 @@ public:
struct Node
{
/// <summary>
/// The parent node index.
/// The parent bone index. The root node uses value -1.
/// The parent node index. The root node uses value -1.
/// </summary>
int32 ParentIndex;