Update brain to 0.18.1

This commit is contained in:
Fingercomp 2023-07-09 21:24:31 +07:00
parent 08539a025a
commit ccd34c0f09
No known key found for this signature in database
GPG Key ID: BBC71CEE45D86E37
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit db1a8c3ac5ebc247086327303a47313456a4e987 Subproject commit 54101b1c0413c5c8ffb26ecc9325c5a5e069dae3

View File

@ -176,7 +176,7 @@ class RackWindow(rackNode: RackNode) extends PanelWindow {
rackNode.rack.connect( rackNode.rack.connect(
mountableIndex, mountableIndex,
connectableIndex, connectableIndex - 1,
// Connection already exists, removing it // Connection already exists, removing it
if (oldConnection.isDefined && oldConnection.get == direction) if (oldConnection.isDefined && oldConnection.get == direction)
None None