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
path: root/source
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-01-20 19:47:09 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-01-20 19:47:09 +0300
commit094d916c603e2b150404388f9d9287942b589abe (patch)
tree07ebf69f78548ccf04f9028f25d4fdaf24be93a9 /source
parent051526da6279c5e5166cb7188ef7e3e060fc3a5a (diff)
Fix compilation error with strict flags
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/space_view3d/drawanimviz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_view3d/drawanimviz.c b/source/blender/editors/space_view3d/drawanimviz.c
index 975936b61a7..f0e65f84205 100644
--- a/source/blender/editors/space_view3d/drawanimviz.c
+++ b/source/blender/editors/space_view3d/drawanimviz.c
@@ -85,7 +85,7 @@ void draw_motion_paths_init(View3D *v3d, ARegion *ar)
* - 50% Darker color for current frame
* - User selected color for next frames
*/
-void set_motion_path_color(Scene *scene, bMotionPath *mpath, int i, short sel, int sfra, int efra,
+static void set_motion_path_color(Scene *scene, bMotionPath *mpath, int i, short sel, int sfra, int efra,
float prev_color[3], float frame_color[3], float next_color[3])
{
int frame = sfra + i;