Skip to content

Commit

Permalink
Mistyped comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LogisimIt committed May 16, 2020
1 parent a161d09 commit 3b263bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Logisim-Fork/com/cburch/logisim/std/ttl/Drawgates.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ static void paintDoubleInputgate(Graphics g, int xrightpin, int y, int xinput, i
// rightmost input if !rightToLeft
if (!rightToLeft)
xPoints = new int[] { xrightpin, xrightpin, xrightpin - 10, xrightpin - 10, xinput };
else // leftmost input if !rightToLeft
else // leftmost input if rightToLeft
xPoints = new int[] { xrightpin - 20, xrightpin - 20, xrightpin - 10, xrightpin - 10, xinput };
if (!up)
yPoints = new int[] { y + AbstractTtlGate.height - AbstractTtlGate.pinheight,
Expand Down

0 comments on commit 3b263bf

Please sign in to comment.