GPUTexture: Fix compilation issue.

This commit is contained in:
Clément Foucault
2018-03-26 09:59:12 +02:00
parent 41852c8a8c
commit 92b61dc16d

View File

@@ -1062,4 +1062,5 @@ int GPU_texture_detach_framebuffer(GPUTexture *tex, GPUFrameBuffer *fb)
}
BLI_assert(!"Error: Texture: Framebuffer is not attached");
return 0;
}