From d39043b5ae054510e3683b63cfefde76e5a4c6db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Foucault?= Date: Fri, 9 Oct 2020 15:12:28 +0200 Subject: Revert "Revert "BGL: Workaround broken bgl usage caused by GPU refactor"" This reverts commit f23bf4cb109cb8f39f873c4f80acbec3f33b098c. --- source/blender/editors/space_api/spacetypes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_api') diff --git a/source/blender/editors/space_api/spacetypes.c b/source/blender/editors/space_api/spacetypes.c index 2a18ffafc6c..b89c8cb2193 100644 --- a/source/blender/editors/space_api/spacetypes.c +++ b/source/blender/editors/space_api/spacetypes.c @@ -281,7 +281,7 @@ void ED_region_draw_cb_draw(const bContext *C, ARegion *region, int type) } if (has_drawn_something) { /* This is needed until we get rid of BGL which can change the states we are tracking. */ - GPU_force_state(); + GPU_bgl_end(); } } -- cgit v1.2.3