mirror of
https://github.com/lov3b/Schack.git
synced 2025-01-18 04:40:11 +01:00
Ta bort debug if
This commit is contained in:
parent
5f1e483660
commit
74b099bb71
@ -95,10 +95,6 @@ public abstract class Board extends JPanel implements MouseListener {
|
||||
g2.fillOval(validMove.x * SIZE_OF_TILE, validMove.y * SIZE_OF_TILE, SIZE_OF_TILE, SIZE_OF_TILE);
|
||||
}
|
||||
|
||||
if (turnCount > 0) {
|
||||
boolean b = true;
|
||||
}
|
||||
|
||||
// Måla alla pjäser
|
||||
for (Piece[] pieceArr : pieces)
|
||||
for (Piece piece : pieceArr) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user