Rigid body: fix viewport not updating on properties change.

This commit is contained in:
Clément Foucault
2017-03-06 16:25:26 +01:00
parent f1c764fd8f
commit 15fa806160

View File

@@ -869,6 +869,7 @@ static void view3d_main_region_listener(bScreen *sc, ScrArea *sa, ARegion *ar, w
case ND_CONSTRAINT:
case ND_KEYS:
case ND_PARTICLE:
case ND_POINTCACHE:
case ND_LOD:
ED_region_tag_redraw(ar);
break;