Fix T55078: Assert statement
This commit is contained in:
@@ -247,6 +247,7 @@ static void POSE_draw_scene(void *vedata)
|
||||
if(bone_selection_overlay) {
|
||||
GPU_framebuffer_bind(dfbl->default_fb);
|
||||
DRW_draw_pass(psl->bone_selection);
|
||||
GPU_framebuffer_bind(dfbl->depth_only_fb);
|
||||
GPU_framebuffer_clear_depth(dfbl->depth_only_fb, 1.0);
|
||||
GPU_framebuffer_bind(dfbl->default_fb);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user