* Fix syntax error
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10619 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
d6fbd97482
commit
efa80e0e2d
@ -208,7 +208,7 @@ public abstract class NativeObject implements Cloneable {
|
||||
*/
|
||||
public void dispose() {
|
||||
if (objectManager != null) {
|
||||
objectManager.markUnusedObject(this);
|
||||
objectManager.enqueueUnusedObject(this);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user