From a3d90337b84764330c1ada680465af0225bd9a37 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 16 Jul 2020 10:58:33 +1000 Subject: Cleanup: spelling --- source/blender/draw/intern/draw_cache_impl_pointcloud.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/draw/intern/draw_cache_impl_pointcloud.c') diff --git a/source/blender/draw/intern/draw_cache_impl_pointcloud.c b/source/blender/draw/intern/draw_cache_impl_pointcloud.c index 91baf9fa15e..5977c60335f 100644 --- a/source/blender/draw/intern/draw_cache_impl_pointcloud.c +++ b/source/blender/draw/intern/draw_cache_impl_pointcloud.c @@ -162,7 +162,7 @@ static void pointcloud_batch_cache_ensure_pos(Object *ob, PointCloudBatchCache * if (format.attr_len == 0) { /* initialize vertex format */ /* From the opengl wiki: - * Note that size​ does not have to exactly match the size used by the vertex shader. If the + * Note that size does not have to exactly match the size used by the vertex shader. If the * vertex shader has fewer components than the attribute provides, then the extras are ignored. * If the vertex shader has more components than the array provides, the extras are given * values from the vector (0, 0, 0, 1) for the missing XYZW components. -- cgit v1.2.3