summaryrefslogtreecommitdiff
path: root/paint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'paint.cpp')
-rw-r--r--paint.cpp4
1 files changed, 2 insertions, 2 deletions
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