Implemented the sky compass.

This commit is contained in:
Sebastian Hartte
2016-08-26 13:07:37 +02:00
parent d1ccb126b6
commit 576923a2f2
13 changed files with 803 additions and 6 deletions
@@ -30,4 +30,11 @@ public class TileSkyCompass extends AEBaseTile
{
return true;
}
@Override
public boolean hasFastRenderer()
{
return true;
}
}