2
0
Эх сурвалжийг харах

Add instance update inside onFinishMove of the gizmo

ShiroSmith 6 жил өмнө
parent
commit
88a2bb46bd

+ 4 - 0
hide/comp/SceneEditor.hx

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