From 92b61dc16dc7d1ab7bd4144fd7a0f16a85c2335b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Foucault?= Date: Mon, 26 Mar 2018 09:59:12 +0200 Subject: GPUTexture: Fix compilation issue. --- source/blender/gpu/intern/gpu_texture.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/gpu/intern') diff --git a/source/blender/gpu/intern/gpu_texture.c b/source/blender/gpu/intern/gpu_texture.c index 2ccc9ce7ca7..75830f60f03 100644 --- a/source/blender/gpu/intern/gpu_texture.c +++ b/source/blender/gpu/intern/gpu_texture.c @@ -1062,4 +1062,5 @@ int GPU_texture_detach_framebuffer(GPUTexture *tex, GPUFrameBuffer *fb) } BLI_assert(!"Error: Texture: Framebuffer is not attached"); + return 0; } -- cgit v1.2.3