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:
Diffstat (limited to 'source/blender/draw/intern/draw_manager.c')
-rw-r--r--source/blender/draw/intern/draw_manager.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/blender/draw/intern/draw_manager.c b/source/blender/draw/intern/draw_manager.c
index 23293395fd4..06cebab1c72 100644
--- a/source/blender/draw/intern/draw_manager.c
+++ b/source/blender/draw/intern/draw_manager.c
@@ -2188,9 +2188,7 @@ void DRW_draw_view(const bContext *C)
}
/**
- * Used for both regular drawing and off-screen drawing.
- *
- * \param ofs: When not NULL, use this data to create the viewport.
+ * Used for both regular and off-screen drawing.
*/
void DRW_draw_render_loop(
struct Depsgraph *graph,