Spelling fixes

This commit is contained in:
Joshua Leung 2014-04-29 02:30:59 +12:00
parent 863352dfdc
commit 31a7be8ed7
1 changed files with 2 additions and 2 deletions

View File

@ -1571,10 +1571,10 @@ void BKE_scene_update_tagged(EvaluationContext *eval_ctx, Main *bmain, Scene *sc
BKE_animsys_evaluate_animdata(scene, &scene->id, adt, ctime, 0);
}
/* Extra call here to recalc aterial animation.
/* Extra call here to recalc material animation.
*
* Need to do this so changing material settings from the graph/dopesheet
* will update suff in the viewport.
* will update stuff in the viewport.
*/
if (DAG_id_type_tagged(bmain, ID_MA)) {
Material *material;