summaryrefslogtreecommitdiff
path: root/src/createcalls.cpp
diff options
context:
space:
mode:
authorFox Caminiti <fox@foxcam.net>2023-02-03 10:07:44 -0500
committerFox Caminiti <fox@foxcam.net>2023-02-03 10:07:44 -0500
commit04a91de8f8432f3cff461983db3d12d24e1a4c1c (patch)
treef7febfe0f9297a03514b92cb3abf7d84b48952b1 /src/createcalls.cpp
parenta2c1ceedc6c6b3756f8d9b3b9c29798b5d925447 (diff)
recursive stencil changes
Diffstat (limited to 'src/createcalls.cpp')
-rw-r--r--src/createcalls.cpp2
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++)
{