Fix Detached Cam clicking

This commit is contained in:
zeruth
2019-06-08 21:29:51 -04:00
parent 831ecd65e9
commit 9e504000eb
4 changed files with 147 additions and 209 deletions

View File

@@ -103,4 +103,5 @@ public interface Model extends Renderable
int getExtremeZ();
int getXYZMag();
boolean isClickable();
}