From b26f27d9e3fd44ec5775accdc3666a339684be4c Mon Sep 17 00:00:00 2001 From: Fox Caminiti Date: Mon, 1 Aug 2022 20:03:12 -0400 Subject: large changes to bitmap structure --- ui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui.cpp') diff --git a/ui.cpp b/ui.cpp index b7b10da..04b9002 100644 --- a/ui.cpp +++ b/ui.cpp @@ -1,4 +1,4 @@ -internal void +static void InteractProperty(int16 Index, project_data *File, project_state *State, bool32 Ended, real32 Value, memory *Memory, cache_pool *Cache) { for (int r = 0; r < State->NumberOfSelectedLayers; r++) { -- cgit v1.2.3