linux build fix

This commit is contained in:
Mikulas Florek 2017-07-11 21:50:49 +02:00
parent 84094834f1
commit f4a07ed4c6

View file

@ -1147,7 +1147,7 @@ struct AnimationLayerImpl : AnimationLayer
const AnimationCurveNode* AnimationLayerImpl::getCurveNode(const Object& bone, const char* prop) const override
const AnimationCurveNode* getCurveNode(const Object& bone, const char* prop) const override
{
for (const AnimationCurveNodeImpl* node : curve_nodes)
{