Fixed black conduit regions
This commit is contained in:
@@ -152,7 +152,7 @@ public class Renderer implements ApplicationListener{
|
|||||||
}
|
}
|
||||||
|
|
||||||
public TextureRegion[][] getFluidFrames(){
|
public TextureRegion[][] getFluidFrames(){
|
||||||
if(fluidFrames == null){
|
if(fluidFrames == null || fluidFrames[0][0].texture.isDisposed()){
|
||||||
loadFluidFrames();
|
loadFluidFrames();
|
||||||
}
|
}
|
||||||
return fluidFrames;
|
return fluidFrames;
|
||||||
|
|||||||
Reference in New Issue
Block a user