Fix strict compiler warning in the previous commit

This commit is contained in:
Sergey Sharybin 2017-03-15 12:48:07 +01:00
parent 9ad252d157
commit af1d9ecd40

@ -1312,7 +1312,7 @@ void DepsgraphRelationBuilder::build_particles(Scene *scene, Object *ob)
// TODO...
}
void DepsgraphRelationBuilder::build_cloth(Scene *scene,
void DepsgraphRelationBuilder::build_cloth(Scene * /*scene*/,
Object *object,
ModifierData *md)
{