Hello guys,
I’m working on a windowed canvas version of the jme and suddenly the whole canvas became black. Normally after adding some models, or refreshing the screen it updates and shows the scene, but there seems to be something awkward happening because it happens like if the black screen is on top of the canvas.
When I set to show statistics, nothing appears. Any ideas?
Thanks!
Biasutti
Did you call Application.setPauseOnLostFocus(false)?
thanks for the reply! I did’t the stupid mistake of overriding the update function! Wasn’t on purpose :D!! problem solved!
ty anyway!