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:
authorCampbell Barton <campbell@blender.org>2022-07-01 04:18:58 +0300
committerCampbell Barton <campbell@blender.org>2022-07-01 04:18:58 +0300
commitcf64a1d73e0e0378049b4e24407e9a4406270e8a (patch)
tree36067de0ff949077bc2abc2c045835b57d48f0d9 /source/blender/draw/engines/eevee_next/eevee_instance.cc
parent90f4b35bc22d5c4fa1b4579514e1596ae9d131b1 (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/draw/engines/eevee_next/eevee_instance.cc')
-rw-r--r--source/blender/draw/engines/eevee_next/eevee_instance.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/engines/eevee_next/eevee_instance.cc b/source/blender/draw/engines/eevee_next/eevee_instance.cc
index 5fa5628515f..6098d78b81c 100644
--- a/source/blender/draw/engines/eevee_next/eevee_instance.cc
+++ b/source/blender/draw/engines/eevee_next/eevee_instance.cc
@@ -182,7 +182,7 @@ void Instance::render_sync()
end_sync();
DRW_render_instance_buffer_finish();
- /* Also we weed to have a correct fbo bound for DRW_hair_update */
+ /* Also we weed to have a correct FBO bound for #DRW_hair_update */
// GPU_framebuffer_bind();
// DRW_hair_update();
}