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:
authorDaniel Dunbar <daniel@zuster.org>2005-06-21 18:51:57 +0400
committerDaniel Dunbar <daniel@zuster.org>2005-06-21 18:51:57 +0400
commit7e4e8b9a502f56023e48509956eb52192bad83a3 (patch)
tree4b4cfa1880dbc09313a183ef3067d6caeda2dbdb /source/blender/include/BDR_editobject.h
parent50b4a5a95866670c27869555245d313991c68111 (diff)
- fix strange declaration of adduplicate that just used matrix argument
as flag... confusing and weird.
Diffstat (limited to 'source/blender/include/BDR_editobject.h')
-rw-r--r--source/blender/include/BDR_editobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/include/BDR_editobject.h b/source/blender/include/BDR_editobject.h
index 4ac93f1899c..5d2a6f48e9a 100644
--- a/source/blender/include/BDR_editobject.h
+++ b/source/blender/include/BDR_editobject.h
@@ -97,7 +97,7 @@ void single_tex_users_expand(void);
void single_mat_users_expand(void);
void single_user(void);
void make_local(void);
-void adduplicate(float *dtrans);
+void adduplicate(int noTrans);
void selectlinks_menu(void);
void selectlinks(int nr);
void image_aspect(void);