Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Zylann committed May 10, 2024
1 parent 130b772 commit 05834b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions terrain/instancing/voxel_instance_generator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,6 @@ void VoxelInstanceGenerator::generate_transforms(

// Filter out by noise
if (use_noise) {
// Position of the block relative to the instancer node.
// Use full-precision here because we deal with potentially large coordinates
ZN_PROFILE_SCOPE_NAMED("Noise filter");

for (size_t i = 0; i < vertex_cache.size(); ++i) {
Expand Down

0 comments on commit 05834b7

Please sign in to comment.