Ammo type for revenants
This commit is contained in:
@@ -249,7 +249,9 @@ public class Sectors{
|
||||
}
|
||||
}
|
||||
|
||||
if(sector.texture == null) createTexture(sector);
|
||||
if(sector.texture == null){
|
||||
threads.runGraphics(() -> createTexture(sector));
|
||||
}
|
||||
}
|
||||
|
||||
public void load(){
|
||||
|
||||
Reference in New Issue
Block a user