From 1de48570b220acc1ca7063e2a9cda1e89178c0f9 Mon Sep 17 00:00:00 2001 From: Fox Caminiti Date: Fri, 6 Jan 2023 10:26:43 -0500 Subject: bad shape positioning --- src/include/layer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/layer.h') 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); -- cgit v1.2.3