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:
authorPeter Schlaile <peter@schlaile.de>2007-10-22 00:05:01 +0400
committerPeter Schlaile <peter@schlaile.de>2007-10-22 00:05:01 +0400
commitaf03bbe412f44a2a38b64e441454faec7c4d3c77 (patch)
tree2a3e8219e818496130902273d4b5733217a56a81 /source/blender/makesdna/DNA_sequence_types.h
parent477a8c30fa46bf4832d590e957f6c842ed874562 (diff)
== Sequencer ==
Peach request: display last mapped frame in status bar of speed control effect. (To come: auto-resize based on this information)
Diffstat (limited to 'source/blender/makesdna/DNA_sequence_types.h')
-rw-r--r--source/blender/makesdna/DNA_sequence_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_sequence_types.h b/source/blender/makesdna/DNA_sequence_types.h
index bd6976f1414..839d804fbea 100644
--- a/source/blender/makesdna/DNA_sequence_types.h
+++ b/source/blender/makesdna/DNA_sequence_types.h
@@ -185,7 +185,7 @@ typedef struct SpeedControlVars {
float globalSpeed;
int flags;
int length;
- int pad;
+ int lastValidFrame;
} SpeedControlVars;
/* SpeedControlVars->flags */