Added a protected modifier to getReceivers in Abstract shadow renderer

see issue https://github.com/jMonkeyEngine/jmonkeyengine/issues/212
This commit is contained in:
Nehon 2015-07-04 18:51:02 +02:00
parent 9883a18d85
commit dca050b96b

View File

@ -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) {