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:
authorTon Roosendaal <ton@blender.org>2009-01-05 18:35:49 +0300
committerTon Roosendaal <ton@blender.org>2009-01-05 18:35:49 +0300
commitaba83e417f9c7ba58a7798045c84cd5c03492d11 (patch)
tree5bfb421ac81e0741437f2e7dde4327dd706fcb3b /source/blender/editors/armature
parent1fe21f7e8f2f12b8b0707609e132b53fcc842f9e (diff)
2.5
Typo in stub for meshlapacian.c
Diffstat (limited to 'source/blender/editors/armature')
-rw-r--r--source/blender/editors/armature/meshlaplacian.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/armature/meshlaplacian.c b/source/blender/editors/armature/meshlaplacian.c
index 1db891c86fa..807339b08e0 100644
--- a/source/blender/editors/armature/meshlaplacian.c
+++ b/source/blender/editors/armature/meshlaplacian.c
@@ -68,7 +68,7 @@ static void waitcursor() {}
static void progress_bar() {}
static void start_progress_bar() {}
static void end_progress_bar() {}
-static float get_vert_defgroup() {return NULL;}
+static float get_vert_defgroup() {return 0.0;}
static void add_vert_to_defgroup() {}
#define WEIGHT_REPLACE 0
#define WEIGHT_ADD 0