Skip to content
Snippets Groups Projects
Commit 202c4d12 authored by Brady James Garvin's avatar Brady James Garvin
Browse files

Made logging task simpler.

parent 16e5b548
Branches master
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ public class Tetris extends JFrame {
}
}
protected static void log(String moveName, int shape) {
protected void logFailedMove(String moveName) {
log("Attempted move failed: " + moveName + " on shape " + shape + " (\"" + SHAPE_NAMES[shape] + "\")");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment