v0.3.0c: cleaned up TODOs

This commit is contained in:
Evan Debenham
2015-06-03 20:43:41 -04:00
parent 85a907d14e
commit 6efa4694b8
6 changed files with 1 additions and 23 deletions
@@ -26,7 +26,6 @@ public abstract class Trap implements Bundlable {
return this;
}
//TODO: fade-in effect here?
public Trap reveal() {
visible = true;
if (sprite != null) {