efbb: disable ephysics stacking

SVN revision: 78494
This commit is contained in:
Bruno Dilly 2012-10-25 21:56:12 +00:00
parent 779cf58ae6
commit 6fde788bf6
2 changed files with 2 additions and 1 deletions

View File

@ -82,8 +82,8 @@ void
level_select_screen_show(Evas_Object *level_select_screen)
{
Etrophy_Gamescore *gamescore;
const Eina_List *locks, *l;
Elm_Object_Item *item;
Eina_List *locks, *l;
Evas_Object *grid;
gamescore = evas_object_data_get(level_select_screen, "gamescore");

View File

@ -1008,6 +1008,7 @@ _level_load(Game *game)
/* World */
game->cur_world = ephysics_world_new();
ephysics_world_stack_enable_set(game->cur_world, EINA_FALSE);
ephysics_world_simulation_set(game->cur_world, 1/60., 4);
ephysics_world_render_geometry_set(game->cur_world, 0, 0, -5,
WIDTH, HEIGHT, 10);