Fix #141245: Assert in VFX editor
Caused by incorrect merge from 4.5. Pull Request: https://projects.blender.org/blender/blender/pulls/141557
This commit is contained in:
@@ -529,7 +529,6 @@ static void draw_track_path(SpaceClip *sc, MovieClip * /*clip*/, MovieTrackingTr
|
||||
|
||||
const uint position_attribute = GPU_vertformat_attr_add(
|
||||
immVertexFormat(), "pos", blender::gpu::VertAttrType::SFLOAT_32_32);
|
||||
immBindBuiltinProgram(GPU_SHADER_3D_UNIFORM_COLOR);
|
||||
|
||||
/* Draw path outline. */
|
||||
if (!tiny) {
|
||||
|
||||
Reference in New Issue
Block a user