From ebf1f711940de9912bab9c122741255f314edf66 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Mon, 18 Jun 2018 12:05:03 +0900 Subject: [PATCH] emotion - emotion_test - dont limit fps to 30 as this doesn't help tests so i noticed it was jerky... to move/resize the video obj. it's because it set fps to 30... well that was silly. didn't help chasing a ghost, so remove this to avoid chasing hosts. --- src/tests/emotion/emotion_test_main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tests/emotion/emotion_test_main.c b/src/tests/emotion/emotion_test_main.c index 24ab7dbffe..0ef2a52911 100644 --- a/src/tests/emotion/emotion_test_main.c +++ b/src/tests/emotion/emotion_test_main.c @@ -693,7 +693,6 @@ main(int argc, char **argv) // init edje if (!edje_init()) goto shutdown_ecore_evas; - edje_frametime_set(1.0 / 30.0); // search the theme file struct stat st;