Added a protected modifier to getReceivers in Abstract shadow renderer
see issue https://github.com/jMonkeyEngine/jmonkeyengine/issues/212
This commit is contained in:
parent
9883a18d85
commit
dca050b96b
@ -459,7 +459,7 @@ public abstract class AbstractShadowRenderer implements SceneProcessor, Savable
|
||||
debug = true;
|
||||
}
|
||||
|
||||
abstract void getReceivers(GeometryList lightReceivers);
|
||||
protected abstract void getReceivers(GeometryList lightReceivers);
|
||||
|
||||
public void postFrame(FrameBuffer out) {
|
||||
if (skipPostPass) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user