Drives the canvas renderable so that something has a chance to be renderer with JOGL 2.0

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9903 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
jul..om 2012-10-26 14:10:57 +00:00
parent e50cbc5f44
commit 34c8f82792

View File

@ -140,6 +140,9 @@ public abstract class JoglAbstractDisplay extends JoglContext implements GLEvent
animator.start();
wasAnimating = true;
//FIXME not sure it is the best place to do that
renderable.set(true);
}
protected void onCanvasAdded() {