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>2016-05-08 18:16:58 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-05-08 18:16:58 +0300
commit6100c2d262c58c611ccc75a20cca23bf9f245767 (patch)
tree3b3ab002b4c0003457b8183f8e3c3fec819eadc6 /source/blender/editors/physics/particle_edit.c
parente2b79a0a246bc8a4a9a1fd14e97db4cdc8c80cf7 (diff)
Cleanup: warnings
Diffstat (limited to 'source/blender/editors/physics/particle_edit.c')
-rw-r--r--source/blender/editors/physics/particle_edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/physics/particle_edit.c b/source/blender/editors/physics/particle_edit.c
index b8ff2721717..2ae1254f9e6 100644
--- a/source/blender/editors/physics/particle_edit.c
+++ b/source/blender/editors/physics/particle_edit.c
@@ -4817,7 +4817,7 @@ static float calculate_point_length(PTCacheEditPoint *point)
KEY_K;
LOOP_KEYS {
if (k > 0) {
- length += len_v3v3((key - 1)->co, key->co);;
+ length += len_v3v3((key - 1)->co, key->co);
}
}
return length;