disable full data debug phantom array stacks

This commit is contained in:
James Seibel
2025-12-22 14:17:47 -06:00
parent a29b6a5aab
commit ca44256ca9
@@ -78,7 +78,7 @@ public class FullDataSourceV2
/** how many chunks wide this datasource is at detail level 0. */
public static final int NUMB_OF_CHUNKS_WIDE = WIDTH / LodUtil.CHUNK_WIDTH;
public static final PhantomArrayListPool ARRAY_LIST_POOL = new PhantomArrayListPool("FullDataV2", true);
public static final PhantomArrayListPool ARRAY_LIST_POOL = new PhantomArrayListPool("FullDataV2");