diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-01-21 21:32:27 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2020-01-21 21:41:54 +0100 |
commit | 4faaf6089a3880d673c5fc51a260128bfe59b351 (patch) | |
tree | 08232615d23839c83ae1bdd515a28d7e94ccdf83 /scene/3d/voxel_light_baker.cpp | |
parent | 79aaafc686ac57ea535d0542e123e9f45a097e69 (diff) |
Remove unused #if 0'ed code
Diffstat (limited to 'scene/3d/voxel_light_baker.cpp')
-rw-r--r-- | scene/3d/voxel_light_baker.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scene/3d/voxel_light_baker.cpp b/scene/3d/voxel_light_baker.cpp index 9970b9350f..c1ec59d49f 100644 --- a/scene/3d/voxel_light_baker.cpp +++ b/scene/3d/voxel_light_baker.cpp @@ -29,6 +29,7 @@ /*************************************************************************/ #include "voxel_light_baker.h" + #include "core/os/os.h" #include "core/os/threaded_array_processor.h" @@ -2118,8 +2119,7 @@ Error VoxelLightBaker::make_lightmap(const Transform &p_xform, Ref<Mesh> &p_mesh } } -// Enable for debugging -#if 0 +#if 0 // Enable for debugging. { PoolVector<uint8_t> img; int ls = lightmap.size(); |