adjust speed

This commit is contained in:
Matthew 2025-11-02 17:01:55 +11:00
parent 5f594a2de1
commit 4cdeb65122

View File

@ -428,7 +428,7 @@ EaseOutQuint(f32 x)
void void
SetScrollOffset(UIPanel* panel) SetScrollOffset(UIPanel* panel)
{ {
f32 scroll_speed = 0.8 * (g_delta * 30.0); f32 scroll_speed = 0.8 * (g_delta * 60.0);
U64Vec2 pos = VecPos(&panel.ed.buf); U64Vec2 pos = VecPos(&panel.ed.buf);