Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2022-05-20 10:50:54 +0300
committerHans Goudey <h.goudey@me.com>2022-05-20 10:50:54 +0300
commit1d65f7ea9148d451d65ea075d088a8de796314a5 (patch)
tree73a25953b87a64b06faa6f06e90dec0d7944cd3f /source/blender/blenkernel/intern/pbvh_intern.h
parent8e02b0d5d4f9882c87f1e95fc5b185c384b57fb0 (diff)
parentb8bd20d7e0238df9a7f558892377f6b304d5ca75 (diff)
Merge branch 'blender-v3.2-release'
Diffstat (limited to 'source/blender/blenkernel/intern/pbvh_intern.h')
-rw-r--r--source/blender/blenkernel/intern/pbvh_intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/pbvh_intern.h b/source/blender/blenkernel/intern/pbvh_intern.h
index 9506a077dc6..a86663a9c74 100644
--- a/source/blender/blenkernel/intern/pbvh_intern.h
+++ b/source/blender/blenkernel/intern/pbvh_intern.h
@@ -170,7 +170,7 @@ struct PBVH {
/* Used during BVH build and later to mark that a vertex needs to update
* (its normal must be recalculated). */
- BLI_bitmap *vert_bitmap;
+ bool *vert_bitmap;
#ifdef PERFCNTRS
int perf_modified;