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:
Jeroen Bakker
2025-07-07 15:47:42 +02:00
parent 8bd8754268
commit f98049692a

View File

@@ -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) {