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:
authorCampbell Barton <ideasman42@gmail.com>2009-12-14 17:42:46 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-12-14 17:42:46 +0300
commitd88c776614fb7ac0b391ca34713e69d2b9ed4665 (patch)
tree7145fa9554b2bcf3f87a90e4bbc60c8797255cc7 /source/blender/editors/physics
parent91215df5c2c685d5a9bb219a59901c090c74671e (diff)
edits to the bone copy metarig type from Cessen, pointcache warning fix
Diffstat (limited to 'source/blender/editors/physics')
-rw-r--r--source/blender/editors/physics/physics_pointcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/physics/physics_pointcache.c b/source/blender/editors/physics/physics_pointcache.c
index 858ff3637b1..0cd4c2e6ce8 100644
--- a/source/blender/editors/physics/physics_pointcache.c
+++ b/source/blender/editors/physics/physics_pointcache.c
@@ -86,7 +86,7 @@ void bake_console_progress(void *arg, int nr)
fflush(stdout);
}
-void bake_console_progress_end(void *arg, int nr)
+void bake_console_progress_end(void *arg)
{
printf("\n");
}