evas_canvas3d: fix mesh being added twice added to scene data

Summary: @fix

Reviewers: cedric, Hermet

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D3143

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Oleksandr Shcherbina 2015-10-08 12:38:10 +02:00 committed by Cedric BAIL
parent 54b47a78eb
commit d61e8522e4
1 changed files with 0 additions and 3 deletions

View File

@ -1093,9 +1093,6 @@ evas_canvas3d_node_mesh_collect(Evas_Canvas3D_Node *node, void *data)
return EINA_FALSE;
}
if (pd->type == EVAS_CANVAS3D_NODE_TYPE_MESH)
scene_data->mesh_nodes = eina_list_append(scene_data->mesh_nodes, node);
return EINA_TRUE;
}