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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2016-02-16 15:11:29 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-02-16 15:12:11 +0300
commit7e60f61007647add2d55a97e5590721448141b5f (patch)
treeab1bee84ce4dda433ae08258a333915eb5a8639d /source
parentab5417870d103b0c1fdafbe71aed80a54989483f (diff)
Fix sample mis-match w/ OpenGL full-sample render
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/space_view3d/view3d_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_view3d/view3d_draw.c b/source/blender/editors/space_view3d/view3d_draw.c
index 0c5adaa3070..9abf2ea0f37 100644
--- a/source/blender/editors/space_view3d/view3d_draw.c
+++ b/source/blender/editors/space_view3d/view3d_draw.c
@@ -3384,7 +3384,7 @@ ImBuf *ED_view3d_draw_offscreen_imbuf(
unsigned int i;
int j;
- BLI_jitter_init(jit_ofs, scene->r.osa);
+ BLI_jitter_init(jit_ofs, samples);
/* first sample buffer, also initializes 'rv3d->persmat' */
ED_view3d_draw_offscreen(