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

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9306 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
Sha..rd 13 years ago
parent 90f32dc703
commit 633871f58f
  1. 2
      engine/src/test/jme3test/stress/TestLeakingGL.java

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

Loading…
Cancel
Save