Commit: fc336f973d521e61ad6c10fbd67a72d684dbe43a
Author: Clément Foucault
Date:   Fri May 31 00:28:03 2019 +0200
Branches: master
https://developer.blender.org/rBfc336f973d521e61ad6c10fbd67a72d684dbe43a

Fix T65319 Crash when selecting vertices in edit mode

===================================================================

M       source/blender/draw/intern/draw_manager.c

===================================================================

diff --git a/source/blender/draw/intern/draw_manager.c 
b/source/blender/draw/intern/draw_manager.c
index bfb38a12fa9..cee00a359c1 100644
--- a/source/blender/draw/intern/draw_manager.c
+++ b/source/blender/draw/intern/draw_manager.c
@@ -2580,7 +2580,7 @@ void DRW_draw_depth_loop_gpencil(struct Depsgraph 
*depsgraph,
 /** See #DRW_shgroup_world_clip_planes_from_rv3d. */
 static void draw_world_clip_planes_from_rv3d(GPUBatch *batch, const float 
world_clip_planes[6][4])
 {
-  GPU_batch_uniform_4fv_array(batch, "clipPlanes", 6, world_clip_planes[0]);
+  GPU_batch_uniform_4fv_array(batch, "WorldClipPlanes", 6, 
world_clip_planes[0]);
 }
 
 /**

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to