From ed0c9654ddfdcbe19d8094d4b4a43f0f06d9ee5c Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Sat, 20 Apr 2019 12:56:29 +0200 Subject: Cleanup: remove unused OpenGL functions, rename some for clarity --- source/blender/editors/space_image/image_draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_image/image_draw.c') diff --git a/source/blender/editors/space_image/image_draw.c b/source/blender/editors/space_image/image_draw.c index a87808e1601..3baee1d723b 100644 --- a/source/blender/editors/space_image/image_draw.c +++ b/source/blender/editors/space_image/image_draw.c @@ -575,7 +575,7 @@ static void draw_image_buffer(const bContext *C, /* If RGBA display with color management */ if ((sima->flag & (SI_SHOW_R | SI_SHOW_G | SI_SHOW_B | SI_SHOW_ALPHA)) == 0) { - glaDrawImBuf_glsl_ctx_clipping( + ED_draw_imbuf_ctx_clipping( C, ibuf, x, y, GL_NEAREST, 0, 0, clip_max_x, clip_max_y, zoomx, zoomy); } else { -- cgit v1.2.3