mirror of
https://github.com/Relintai/voxelman.git
synced 2024-11-20 10:47:19 +01:00
Move todo text.
This commit is contained in:
parent
18dc41c8e4
commit
6032336aef
@ -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);
|
||||
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user