[Bf-blender-cvs] [314b27850cc] master: Cleanup: Remove incorrect comment

Hans Goudey noreply at git.blender.org
Mon Apr 18 21:08:45 CEST 2022


Commit: 314b27850ccb6d103cf5c73855187cfc11ec48d8
Author: Hans Goudey
Date:   Mon Apr 18 14:08:29 2022 -0500
Branches: master
https://developer.blender.org/rB314b27850ccb6d103cf5c73855187cfc11ec48d8

Cleanup: Remove incorrect comment

===================================================================

M	source/blender/draw/intern/draw_cache_impl_mesh.c

===================================================================

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) {



More information about the Bf-blender-cvs mailing list