Browse Source

Add instance update inside onFinishMove of the gizmo

ShiroSmith 6 years ago
parent
commit
88a2bb46bd
1 changed files with 4 additions and 0 deletions
  1. 4 0
      hide/comp/SceneEditor.hx

+ 4 - 0
hide/comp/SceneEditor.hx

@@ -632,6 +632,10 @@ class SceneEditor {
 						}
 						refreshProps();
 					}
+
+					for(o in objects3d)
+						o.updateInstance(getContext(o));
+
 				}));
 			}
 		}