Skip to content

Commit

Permalink
Cleaned up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackJar72 committed Jul 13, 2020
2 parents d1baa46 + bcd3277 commit 37b00f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2014-2018 Jared Blackburn
Copyright (c) 2014-2020 Jared Blackburn

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 0 additions & 1 deletion main/java/jaredbgreat/dldungeons/planner/Node.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
public class Node {
Room hubRoom;


public Node(int x, int y, int z, Random random, Dungeon dungeon) {
// Nodes should be on the larger end of the size scale for rooms...
int xdim = random.nextInt((dungeon.size.maxRoomSize / 2) - 3)
Expand Down

0 comments on commit 37b00f0

Please sign in to comment.