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 --- paint.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'paint.cpp') diff --git a/paint.cpp b/paint.cpp index f760d8e..f3170e5 100644 --- a/paint.cpp +++ b/paint.cpp @@ -1,5 +1,5 @@ -internal void +static void SlidingBrush(pixel_buffer *Buffer, v2i Pos, brush_tool Brush) { v2i Min = {0,0}; @@ -35,7 +35,7 @@ SlidingBrush(pixel_buffer *Buffer, v2i Pos, brush_tool Brush) } /* -internal void +static void Paint(sdl_input Input, project_layer *Layer, brush_tool Brush) { int16 X = Input.Mouse.x - UI.CompX; // convert to comp space -- cgit v1.2.3