summaryrefslogtreecommitdiff
path: root/createcalls.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'createcalls.cpp')
-rw-r--r--createcalls.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/createcalls.cpp b/createcalls.cpp
index 91ae66a..fb949a9 100644
--- a/createcalls.cpp
+++ b/createcalls.cpp
@@ -294,9 +294,9 @@ LoadTestFootage(project_data *File, project_state *State, memory *Memory)
Source_Generate(File, State, Memory, SourceString);
Layer_CreateFromSource(File, State, Memory, &File->Source[0]);
- Keyframe_Insert(&File->Layer[0]->x, Memory, 00, 00);
- Keyframe_Insert(&File->Layer[0]->x, Memory, 05, 05);
- Keyframe_Insert(&File->Layer[0]->x, Memory, 10, 10);
+ Keyframe_Insert(&File->Layer[0]->x, Memory, 00, -10);
+ Keyframe_Insert(&File->Layer[0]->x, Memory, 01, 0);
+ Keyframe_Insert(&File->Layer[0]->x, Memory, 05, 10);
File->Layer[0]->x.IsToggled = true;
SelectLayer(File->Layer[0], State, 0);
// AddEffect(File->Layer[0], Memory, 1);