Fix spinny buttons animation on Qt and Blackberry front-ends.

This commit is contained in:
Sacha 2013-02-11 21:35:10 +10:00
parent fa10aae32f
commit 21e4e12f65
2 changed files with 2 additions and 1 deletions

View File

@ -468,6 +468,7 @@ int main(int argc, char *argv[]) {
NativeUpdate(input_state);
EndInputState(&input_state);
NativeRender();
time_update();
// On Blackberry, this handles VSync for us
eglSwapBuffers(egl_disp, egl_surf);
}

View File

@ -130,7 +130,7 @@ protected:
NativeUpdate(input_state);
EndInputState(&input_state);
NativeRender();
time_update();
update();
}