Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Zylann committed Jan 8, 2024
1 parent 7d1cafc commit affbade
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions terrain/variable_lod/voxel_lod_terrain_update_task.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ void VoxelLodTerrainUpdateTask::flush_pending_lod_edits(
static thread_local std::vector<Box3i> tls_modified_voxel_areas_lod0;
// static thread_local std::vector<VoxelData::BlockLocation> tls_updated_block_locations;

const int data_block_size = data.get_block_size();
const int data_to_mesh_factor = mesh_block_size / data_block_size;

tls_modified_lod0_blocks.clear();
tls_modified_voxel_areas_lod0.clear();

Expand Down

0 comments on commit affbade

Please sign in to comment.