Skip to content

Commit

Permalink
fix: power wires not connecting on placement
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTJP committed Jul 19, 2024
1 parent ed2aefc commit 267d11b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ private void recacheConductors() {
//region Connections
@Override
public void maskChangeEvent(boolean internalChange, boolean externalChange) {
super.maskChangeEvent(internalChange, externalChange);
// Invalidate even if conns have not changed (adjacent conductors may have moved, etc)
cacheInvalid = true;
}
Expand Down

0 comments on commit 267d11b

Please sign in to comment.