diff options
| author | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2026-07-09 13:56:13 +0500 |
|---|---|---|
| committer | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2026-07-10 00:04:44 +0500 |
| commit | 90988da0bdae2c56366abb01f402a0cd34279143 (patch) | |
| tree | a8bc34825fe72ef206bdfd321479f7a6060dceb7 /src/ui_elements/UI.c | |
| parent | b5140b780170bc4d6f2e6ed9a50319f9165b0a77 (diff) | |
QOL changes + some emacs-like movements
Diffstat (limited to 'src/ui_elements/UI.c')
| -rw-r--r-- | src/ui_elements/UI.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |
