From 9d0d7f1caf23632f713fe1a1e04d464104e15df9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A4r=20Winzell?= Date: Wed, 6 Dec 2017 10:28:51 -0800 Subject: [PATCH] Comment tweak. --- src/RawModel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;