(Lakka) update_tweens gets value of 0.002 - assume

monitor refresh rate lock in RGUI
This commit is contained in:
twinaphex 2014-05-29 17:44:31 +02:00
parent 6e333c966c
commit 9adeae2df3

View File

@ -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);