Add a todo comment

This commit is contained in:
James Seibel
2023-09-23 22:31:30 -05:00
parent b5bd50f789
commit 752c4af676
@@ -119,7 +119,7 @@ public class GeneratedFullDataFileHandler extends FullDataFileHandler
//========//
@Nullable
private CompletableFuture<IFullDataSource> tryStartGenTask(FullDataMetaFile file, IIncompleteFullDataSource dataSource)
private CompletableFuture<IFullDataSource> tryStartGenTask(FullDataMetaFile file, IIncompleteFullDataSource dataSource) // TODO after generation is finished, save and free any full datasources that aren't in use (IE high detail ones below the top)
{
IWorldGenerationQueue worldGenQueue = this.worldGenQueueRef.get();
// breaks down the missing positions into the desired detail level that the gen queue could accept