if I use nifty overlay and the batch renderer
[java]
NiftyJmeDisplay(getAssetManager(), getInputManager(), getAudioRenderer(), getGuiViewPort, 2048, 2048);
[/java]
I get this result:
I don’t know if its a bug. It works without the two “2048” params
EDIT:
[java]
NiftyJmeDisplay(getAssetManager(), getInputManager(), getAudioRenderer(), getGuiViewPort);
[/java]
looks like this