mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Répare une fausse manipulation en rajoutant un const
This commit is contained in:
parent
003480c4e9
commit
7e03f9964f
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ public:
|
|||
/** The list of CBone, created from the CSkeletonShape.
|
||||
* They are odered in depth-first order.
|
||||
*/
|
||||
std::vector<const CBone> Bones;
|
||||
std::vector<CBone> Bones;
|
||||
|
||||
public:
|
||||
/// \name IAnimatable Interface (registering only IAnimatable sons (bones)).
|
||||
|
|
Loading…
Reference in a new issue