adjust speed
This commit is contained in:
parent
5f594a2de1
commit
4cdeb65122
@ -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);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user