* TestLeakingGL no longer uses Mesh.setInterleaved() which is deprecated

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9306 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
Sha..rd 2012-04-14 19:42:01 +00:00
parent 90f32dc703
commit 633871f58f

View File

@ -62,7 +62,7 @@ public class TestLeakingGL extends SimpleApplication {
public void simpleInitApp() {
original = new Sphere(4, 4, 1);
original.setStatic();
original.setInterleaved();
//original.setInterleaved();
// this will make sure all spheres are rendered always
rootNode.setCullHint(CullHint.Never);