Browse Source

Add instance update inside onFinishMove of the gizmo

ShiroSmith 6 năm trước cách đây
mục cha
commit
88a2bb46bd
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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));
+
 				}));
 			}
 		}