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:
Diffstat (limited to 'source/blender/editors/include/ED_types.h')
-rw-r--r--source/blender/editors/include/ED_types.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/blender/editors/include/ED_types.h b/source/blender/editors/include/ED_types.h
index c4104472a82..5908dbf3a1d 100644
--- a/source/blender/editors/include/ED_types.h
+++ b/source/blender/editors/include/ED_types.h
@@ -35,8 +35,8 @@
/* old blender defines... should be depricated? */
#define DESELECT 0
-#define SELECT 1
-#define ACTIVE 2
+#define SELECT 1
+#define ACTIVE 2
/* proposal = put scene pointers on function calls? */
// #define BASACT (scene->basact)
@@ -45,4 +45,3 @@
#endif /* __ED_TYPES_H__ */
-