minor cleanup

This commit is contained in:
James Seibel
2024-07-09 07:49:56 -05:00
parent 232c727b4f
commit 1f74f19cd9
@@ -260,11 +260,6 @@ public abstract class AbstractDhLevel implements IDhLevel
//================//
@Override
public void close()
{
this.chunkToLodBuilder.close();
GenericObjectRenderer genericObjectRenderer = this.getGenericRenderer();
}
public void close() { this.chunkToLodBuilder.close(); }
}