Fixed meltdown not setting blocks on fire

This commit is contained in:
Anuken
2018-09-16 22:13:44 -04:00
parent 2d25948c57
commit 6a7c97277f
3 changed files with 10 additions and 1 deletions
@@ -60,6 +60,10 @@ public class SectorsDialog extends FloatingDialog{
selected = sector;
}
public Sector getSelected(){
return selected;
}
class SectorView extends Element{
float lastX, lastY;
float sectorSize = Unit.dp.scl(32*4);