Whoops, left in a call to System.gc().
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2644 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: TileSet.java,v 1.56 2003/06/05 17:32:03 mdb Exp $
|
// $Id: TileSet.java,v 1.57 2003/06/06 00:20:41 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.media.tile;
|
package com.threerings.media.tile;
|
||||||
|
|
||||||
@@ -366,8 +366,6 @@ public abstract class TileSet
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
System.gc();
|
|
||||||
|
|
||||||
// compute our estimated memory usage
|
// compute our estimated memory usage
|
||||||
long amem = 0;
|
long amem = 0;
|
||||||
int asize = 0;
|
int asize = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user