Skip to content

Commit

Permalink
always emit change event when setting entity for gizmo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoecheza committed Nov 12, 2024
1 parent 0f42758 commit e569cd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,8 @@ export function createGizmoManager(context: SceneContext) {
const transform = getTransform()
fixRotationGizmoAlignment(transform)
fixPositionGizmoAlignment(transform)
events.emit('change')
}
events.emit('change')
},
repositionGizmoOnCentroid() {
restoreOriginalParents()
Expand Down

0 comments on commit e569cd0

Please sign in to comment.