1
1

Remove debug code enabled in previous commit.

This commit is contained in:
2022-05-10 15:54:59 +02:00
parent d9d81cb1ff
commit c60b570841

View File

@@ -26,7 +26,7 @@ namespace blender::bke::pbvh::pixels {
* During debugging this check could be enabled.
* It will write to each image pixel that is covered by the PBVH.
*/
constexpr bool USE_WATERTIGHT_CHECK = true;
constexpr bool USE_WATERTIGHT_CHECK = false;
/**
* Calculate the delta of two neighbor UV coordinates in the given image buffer.