mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 16:39:43 +00:00
(Lakka) update_tweens gets value of 0.002 - assume
monitor refresh rate lock in RGUI
This commit is contained in:
parent
6e333c966c
commit
9adeae2df3
@ -738,7 +738,7 @@ static void lakka_frame(void *data)
|
||||
if (!rgui || !gl)
|
||||
return;
|
||||
|
||||
update_tweens((float)rgui->delta/10000000000);
|
||||
update_tweens(0.002);
|
||||
|
||||
glViewport(0, 0, gl->win_width, gl->win_height);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user