Comment tweak.

This commit is contained in:
Pär Winzell 2017-12-06 10:28:51 -08:00 committed by GitHub
parent 44285f9f93
commit 9d0d7f1caf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ struct RawSurface
{ {
long id; long id;
std::string name; // The name of this surface 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<float, 3> bounds; Bounds<float, 3> bounds;
std::vector<long> jointIds; std::vector<long> jointIds;
std::vector<Vec3f> jointGeometryMins; std::vector<Vec3f> jointGeometryMins;