Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-08-04 22:12:11 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-08-04 22:12:11 +0300
commit1210b47a85a9ba3b712b731f5f7db3cbaafbf161 (patch)
tree71496121ea8c147555923cb856c1403e3af2237a /source/blender/editors/space_clip/clip_draw.c
parente6daa161ddb98e5dac6df0ed5f88e2f8c0d13522 (diff)
Tracking: Undefine temporary define
Missed this in previous commit.
Diffstat (limited to 'source/blender/editors/space_clip/clip_draw.c')
-rw-r--r--source/blender/editors/space_clip/clip_draw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_clip/clip_draw.c b/source/blender/editors/space_clip/clip_draw.c
index 3ca25b26bdf..a71b2baa96f 100644
--- a/source/blender/editors/space_clip/clip_draw.c
+++ b/source/blender/editors/space_clip/clip_draw.c
@@ -483,6 +483,7 @@ static void draw_track_path(SpaceClip *sc, MovieClip *UNUSED(clip), MovieTrackin
if (path != path_static) {
MEM_freeN(path);
}
+#undef MAX_STATIC_PATH
}
static void draw_marker_outline(SpaceClip *sc, MovieTrackingTrack *track, MovieTrackingMarker *marker,