mirror of
				https://github.com/simon987/Much-Assembly-Required.git
				synced 2025-11-04 01:56:53 +00:00 
			
		
		
		
	Fixed "switch without 'default' clause." issue
This commit is contained in:
		
							parent
							
								
									a15285f348
								
							
						
					
					
						commit
						ed85b0a06e
					
				@ -156,6 +156,9 @@ public class VaultWorldGenerator {
 | 
			
		||||
                    map.setTileAt(floorTile, 1, worldSize / 2 - 1);
 | 
			
		||||
                    roomCenters.add(new Point(1, worldSize / 2 - 1));
 | 
			
		||||
                    break;
 | 
			
		||||
                default:
 | 
			
		||||
                    
 | 
			
		||||
                	break;
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user