make LayerRenderer.isReady() public
This commit is contained in:
parent
fb3e50cc88
commit
cb2aee6d60
@ -41,7 +41,7 @@ public abstract class LayerRenderer {
|
||||
isReady = ready;
|
||||
}
|
||||
|
||||
protected boolean isReady() {
|
||||
public boolean isReady() {
|
||||
return isReady;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user