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:
Michael Bayne
2003-06-06 00:20:41 +00:00
parent e6c3d54905
commit ef6fe1c6ee
@@ -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;
@@ -366,8 +366,6 @@ public abstract class TileSet
return;
}
System.gc();
// compute our estimated memory usage
long amem = 0;
int asize = 0;