Skip to content

Commit

Permalink
Cleanup last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlarkin committed Apr 27, 2015
1 parent 8cf45e8 commit 3b5833f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public static void Tick()
(int)Toolkit.getDefaultToolkit().getScreenSize().getHeight(), true);
}
}
//return;
return;
}
room.render();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public static void logException(Logger log, Exception e) {
e.printStackTrace(new PrintWriter(errors));
String exception = errors.toString();

System.err.println(exception);
log.severe(exception);
}
}

0 comments on commit 3b5833f

Please sign in to comment.