Fix T66747: Active bone not showing in edit-mode

This commit is contained in:
Campbell Barton
2019-07-12 22:23:39 +10:00
parent 325501247d
commit f3848e8e1e

View File

@@ -578,6 +578,7 @@ void update_armature_edit_mode_pointers(const Depsgraph * /*depsgraph*/,
const bArmature *armature_orig = (const bArmature *)id_orig;
bArmature *armature_cow = (bArmature *)id_cow;
armature_cow->edbo = armature_orig->edbo;
armature_cow->act_edbone = armature_orig->act_edbone;
}
void update_curve_edit_mode_pointers(const Depsgraph * /*depsgraph*/,