diff options
Diffstat (limited to 'src/include/layer.h')
-rw-r--r-- | src/include/layer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/layer.h b/src/include/layer.h index bf32aca..2b83a79 100644 --- a/src/include/layer.h +++ b/src/include/layer.h @@ -28,7 +28,7 @@ Layer_DeselectAll(project_data *File, project_state *State, memory *Memory); static bool32 Layer_LoopChannels(project_state *State, memory *Memory, sorted_property_array **SortedProperty, uint16 **SortedKeyframe, block_layer *Layer, - property_channel **Property, block_effect **EffectOut, int *h, int *c, int *p); + property_channel **Property, block_effect **EffectOut, int *h, int *c, int *p, int LoopNumber = 8); static void Layer_ToggleAllChannels(project_state *State, memory *Memory, block_layer *Layer, |