From 90988da0bdae2c56366abb01f402a0cd34279143 Mon Sep 17 00:00:00 2001 From: Physick <96335032+DegustatorPonos@users.noreply.github.com> Date: Thu, 9 Jul 2026 13:56:13 +0500 Subject: QOL changes + some emacs-like movements --- src/ui_elements/UI.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ui_elements/UI.c') diff --git a/src/ui_elements/UI.c b/src/ui_elements/UI.c index 139f746..a9ab498 100644 --- a/src/ui_elements/UI.c +++ b/src/ui_elements/UI.c @@ -3,7 +3,6 @@ const int MAX_LINES = 256; const int SPACING_H = 1; -const float SCROLL_SENC = 10; void DrawRecBordered(Rectangle rec, Color bg, Color border_color, int border_width) { DrawRectangleRounded(rec, 0.015f, 8, bg); -- cgit v1.3