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-04-18 22:08:29 +0300
committerHans Goudey <h.goudey@me.com>2022-04-18 22:08:29 +0300
commit314b27850ccb6d103cf5c73855187cfc11ec48d8 (patch)
tree5d33c0da71bbc2f58732a7049053da6cb03b16bf
parent95cce6f6b0b4c9090313ac5e4f4c041acbba38ca (diff)
Cleanup: Remove incorrect comment
-rw-r--r--source/blender/draw/intern/draw_cache_impl_mesh.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/draw/intern/draw_cache_impl_mesh.c b/source/blender/draw/intern/draw_cache_impl_mesh.c
index e6f34d3dd0d..ec33d2b5361 100644
--- a/source/blender/draw/intern/draw_cache_impl_mesh.c
+++ b/source/blender/draw/intern/draw_cache_impl_mesh.c
@@ -2121,7 +2121,6 @@ void DRW_mesh_batch_cache_create_requested(struct TaskGraph *task_graph,
MDEPS_ASSERT_MAP_INDEX(TRIS_PER_MAT_INDEX);
- /* Meh loose Scene const correctness here. */
const bool use_subsurf_fdots = scene ? BKE_modifiers_uses_subsurf_facedots(scene, ob) : false;
if (do_uvcage) {