Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
fix deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
Licini committed Jan 11, 2023
1 parent 9e4b526 commit 47f19e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compas_view2/app/selector.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def __init__(self, app):
]
self.instances = {}
self.instance_map = None
self.box_select_coords = np.zeros((4,), np.int)
self.box_select_coords = np.zeros((4,), int)
self.location_on_plane = None
self.start_monitor_instance_map()

Expand Down

0 comments on commit 47f19e5

Please sign in to comment.