Change fps 6000 -> 60
authorJaehwan Kim <jae.hwan.kim@samsung.com>
Tue, 31 Jul 2012 09:48:31 +0000 (18:48 +0900)
committerJaehwan Kim <jae.hwan.kim@samsung.com>
Tue, 31 Jul 2012 09:48:31 +0000 (18:48 +0900)
config/mobile/base.src

index 6847569..5be9837 100644 (file)
@@ -29,7 +29,7 @@ group "Elm_Config" struct {
   value "edje_cache" int: 32;
   value "edje_collection_cache" int: 64;
   value "finger_size" int: 60;
-  value "fps" double: 6000.0;
+  value "fps" double: 60.0;
   value "theme" string: "white-hd";
   value "modules" string: "ctxpopup_copypasteUI>entry/api:datetime_input_ctxpopup>datetime/api:object_dump>win/api";
   value "tooltip_delay" double: 1.0;