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/makesdna/DNA_sensor_types.h')
-rw-r--r--source/blender/makesdna/DNA_sensor_types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_sensor_types.h b/source/blender/makesdna/DNA_sensor_types.h
index 37064854920..1fee490319f 100644
--- a/source/blender/makesdna/DNA_sensor_types.h
+++ b/source/blender/makesdna/DNA_sensor_types.h
@@ -52,7 +52,7 @@ typedef struct bNearSensor {
*/
typedef struct bMouseSensor {
/**
- * The type of key this sensor listens to.
+ * The type of key this sensor listens to.
*/
short type;
short flag;
@@ -167,9 +167,9 @@ typedef struct bSensor {
short freq, totlinks, pad1, pad2; /* freq makes reference to skipped ticks between 2 active pulses */
char name[64]; /* MAX_NAME */
void *data;
-
+
struct bController **links;
-
+
struct Object *ob;
/* just add here, to avoid align errors... */