mirror of
				https://github.com/lov3b/Schack.git
				synced 2025-11-03 22:50:24 +01:00 
			
		
		
		
	Ta bort debug if
This commit is contained in:
		@@ -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) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user