cedric pushed a commit to branch master. http://git.enlightenment.org/tools/expedite.git/commit/?id=578c0b4318a3a557a94098bf4bde0375012ae761
commit 578c0b4318a3a557a94098bf4bde0375012ae761 Author: Cedric BAIL <[email protected]> Date: Thu Sep 4 14:20:56 2014 +0200 fix wrong ordering of report. --- src/bin/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/main.h b/src/bin/main.h index 5a99c44..5a861eb 100644 --- a/src/bin/main.h +++ b/src/bin/main.h @@ -92,8 +92,8 @@ int engine_abort(void); { \ double fps; \ fps = (double)f / t; \ - ui_fps(fps); \ printf("%4.2f , %s\n", fps, x); \ + ui_fps(fps); \ done = 1; \ } --
