Move todo text.

This commit is contained in:
Relintai 2022-02-09 12:57:29 +01:00
parent 18dc41c8e4
commit 6032336aef
2 changed files with 4 additions and 4 deletions

View File

@ -35,10 +35,6 @@ include_pool_vector
class VoxelMesher;
//TODO Remove chunk get_lod_num!
// Or make it automatic
//Also remove VoxelChunkDefault::BUILD_FLAG_CREATE_LODS
class VoxelTerrainJob : public VoxelJob {
GDCLASS(VoxelTerrainJob, VoxelJob);

View File

@ -75,6 +75,10 @@ class VoxelJob;
class VoxelWorld;
class VoxelStructure;
//TODO Remove chunk get_lod_num!
// Or make it automatic
//Also remove VoxelChunkDefault::BUILD_FLAG_CREATE_LODS
class VoxelChunk : public Resource {
GDCLASS(VoxelChunk, Resource);