Skip to content

Commit

Permalink
Fix transform controls
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Oct 10, 2023
1 parent 203f912 commit 029a8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viser/_message_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ def sync_cb(client_id: ClientId, state: TransformControlsHandle) -> None:
message_position.excluded_self_client = client_id
self._queue(message_position)

node_handle = _SupportsVisibility._make(self, name, wxyz, position, visible)
node_handle = SceneNodeHandle._make(self, name, wxyz, position, visible)
state_aux = _TransformControlsState(
last_updated=time.time(),
update_cb=[],
Expand Down

0 comments on commit 029a8ac

Please sign in to comment.