evas_canvas3d: cube chaotic was not initialized and relied on luck to be zeroed by default.

Summary: Cube chaotic was rotated, because angle in structure of "SceneData" have random number.

Reviewers: cedric, Hermet

Subscribers: cedric

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Ivan Furs 2015-06-17 16:09:24 +02:00 committed by Cedric BAIL
parent 7d6b142ca7
commit e1daab2404
1 changed files with 1 additions and 0 deletions

View File

@ -258,6 +258,7 @@ main(void)
evas = ecore_evas_get(ecore_evas);
memset(&data, 0, sizeof(Scene_Data));
_scene_setup(&data);
/* Add a background rectangle objects. */