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/editors/include/ED_view3d_offscreen.h')
-rw-r--r--source/blender/editors/include/ED_view3d_offscreen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/include/ED_view3d_offscreen.h b/source/blender/editors/include/ED_view3d_offscreen.h
index 69756f1cd79..e854982c796 100644
--- a/source/blender/editors/include/ED_view3d_offscreen.h
+++ b/source/blender/editors/include/ED_view3d_offscreen.h
@@ -51,7 +51,7 @@ void ED_view3d_draw_offscreen(struct Depsgraph *depsgraph,
const float viewmat[4][4],
const float winmat[4][4],
bool is_image_render,
- bool do_sky,
+ bool draw_background,
const char *viewname,
const bool do_color_management,
struct GPUOffScreen *ofs,
@@ -68,7 +68,7 @@ void ED_view3d_draw_offscreen_simple(struct Depsgraph *depsgraph,
float clip_start,
float clip_end,
bool is_image_render,
- bool do_sky,
+ bool draw_background,
const char *viewname,
const bool do_color_management,
struct GPUOffScreen *ofs,