diff --git a/src/RawModel.h b/src/RawModel.h index 63997cb..1a2c6c4 100644 --- a/src/RawModel.h +++ b/src/RawModel.h @@ -277,7 +277,7 @@ struct RawSurface { long id; std::string name; // The name of this surface - long skeletonRootId; // The name of the root of the skeleton. + long skeletonRootId; // The id of the root node of the skeleton. Bounds bounds; std::vector jointIds; std::vector jointGeometryMins;