Ammo type for revenants

This commit is contained in:
Anuken
2018-10-03 13:44:18 -04:00
parent 59832b1777
commit 9a286800d6
3 changed files with 9 additions and 6 deletions
@@ -249,7 +249,9 @@ public class Sectors{
}
}
if(sector.texture == null) createTexture(sector);
if(sector.texture == null){
threads.runGraphics(() -> createTexture(sector));
}
}
public void load(){