Skip to content

Commit

Permalink
[qr] Remove wrong method call
Browse files Browse the repository at this point in the history
  • Loading branch information
IceflowRE committed Sep 25, 2023
1 parent e1c9bbc commit f9d217d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/qr_code/plugin.gd
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ func _enter_tree() -> void:

func _exit_tree() -> void:
self.remove_custom_type("QRCodeRect")
self.get_editor_interface().get_inspector().property_toggled.disconnect(self._test)

0 comments on commit f9d217d

Please sign in to comment.