diff options
author | Fox Caminiti <fox@foxcam.net> | 2023-01-06 10:26:43 -0500 |
---|---|---|
committer | Fox Caminiti <fox@foxcam.net> | 2023-01-06 10:26:43 -0500 |
commit | 1de48570b220acc1ca7063e2a9cda1e89178c0f9 (patch) | |
tree | 1edd38bd7ad7f95f865793a9d0e54c62aa3bf37e /src/include/layer.h | |
parent | eebbdd012b0d156e9e92369585c6ad82ed3de371 (diff) |
bad shape positioning
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 85d980d..bf32aca 100644 --- a/src/include/layer.h +++ b/src/include/layer.h @@ -12,7 +12,7 @@ Layer_GetTopOffset(project_data *File, memory *Memory); static void Layer_UpdateMasksEffects(project_state *State, block_layer *Layer, memory *Memory, void *EffectBitmapAddress, - int Width, int Height, int BytesPerPixel); + int Width, int Height, int BytesPerPixel, int CompWidth, int CompHeight); static void Layer_ToggleChannel(project_data *File, memory *Memory, int32 a); |