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-08-10 09:23:11 +0300
committerCampbell Barton <campbell@blender.org>2022-08-10 09:23:11 +0300
commit77f41da5f1a4f11be37d719722e9bac8e2912604 (patch)
tree87af00ead39bc8c9ebf5187962f031daca8bbab6 /source/blender/draw/intern/draw_debug.hh
parent72f388c85e5f6d819e9e9f44b3ef29a8ecce3c62 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/draw/intern/draw_debug.hh')
-rw-r--r--source/blender/draw/intern/draw_debug.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/intern/draw_debug.hh b/source/blender/draw/intern/draw_debug.hh
index 4a2a367aef0..730b69ed954 100644
--- a/source/blender/draw/intern/draw_debug.hh
+++ b/source/blender/draw/intern/draw_debug.hh
@@ -98,7 +98,7 @@ class DebugDraw {
void draw_matrix_as_bbox(float4x4 mat, const float4 color = {1, 0, 0, 1});
/**
- * Will draw all debug shapes and text cached up until now to the current view / framebuffer.
+ * Will draw all debug shapes and text cached up until now to the current view / frame-buffer.
* Draw buffers will be emptied and ready for new debug data.
*/
void display_to_view();