fix wrong ordering of report.

devs/cedric/efl-1.12
Cedric BAIL 9 years ago
parent 12a8257451
commit 578c0b4318
  1. 2
      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; \
}

Loading…
Cancel
Save