* 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:
parent
90f32dc703
commit
633871f58f
@ -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…
x
Reference in New Issue
Block a user