diff options
Diffstat (limited to 'src/createcalls.cpp')
-rw-r--r-- | src/createcalls.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/createcalls.cpp b/src/createcalls.cpp index 54dd376..18ab1b7 100644 --- a/src/createcalls.cpp +++ b/src/createcalls.cpp @@ -581,7 +581,7 @@ Layer_Nudge(project_data *File, project_state *State, memory *Memory, sorted_comp_array SortedCompStart = SortedCompArray[File->PrincipalCompIndex]; sorted_layer_array *SortedLayerStart = Sorted_GetLayerStart(SortedLayerArray, SortedCompArray, File->PrincipalCompIndex); State->Interact_Active = interact_type_layer_move; - State->Interact_Offset[0] = 1; + State->Interact_Offset[0] = -1; History_Entry_Commit(Memory, "Move layer stack down"); for (int i = 0; i < SortedCompStart.LayerCount; i++) { |