Merge branch 'blender-v2.91-release'

This commit is contained in:
Campbell Barton 2020-10-22 12:03:46 +11:00
commit 37df2ebaa9
1 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,7 @@
#include "GPU_matrix.h"
#include "GPU_shader.h"
#include "GPU_state.h"
#include "GPU_viewport.h"
#include "external_engine.h" /* own include */
@ -243,6 +244,8 @@ static void external_draw_scene_do(void *vedata)
type = rv3d->render_engine->type;
type->view_draw(rv3d->render_engine, draw_ctx->evil_C, draw_ctx->depsgraph);
GPU_bgl_end();
GPU_matrix_pop();
GPU_matrix_pop_projection();