[Bf-blender-cvs] [4c340f9bd45] master: Cleanup: Remove outdated comment

Hans Goudey noreply at git.blender.org
Fri Aug 5 06:42:05 CEST 2022


Commit: 4c340f9bd454c82eed7ac4b5ef6bf6bbfe46290f
Author: Hans Goudey
Date:   Thu Aug 4 23:41:57 2022 -0500
Branches: master
https://developer.blender.org/rB4c340f9bd454c82eed7ac4b5ef6bf6bbfe46290f

Cleanup: Remove outdated comment

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

M	source/blender/draw/intern/mesh_extractors/extract_mesh_vbo_attributes.cc

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

diff --git a/source/blender/draw/intern/mesh_extractors/extract_mesh_vbo_attributes.cc b/source/blender/draw/intern/mesh_extractors/extract_mesh_vbo_attributes.cc
index 7f16837022c..64ade020418 100644
--- a/source/blender/draw/intern/mesh_extractors/extract_mesh_vbo_attributes.cc
+++ b/source/blender/draw/intern/mesh_extractors/extract_mesh_vbo_attributes.cc
@@ -58,7 +58,6 @@ template<typename AttributeType, typename VBOType> struct AttributeTypeConverter
   }
 };
 
-/* Similar to the one in #extract_mesh_vcol_vbo.cc */
 struct gpuMeshCol {
   ushort r, g, b, a;
 };



More information about the Bf-blender-cvs mailing list