Evas 3d example: Print message for usage

This commit is contained in:
Jean-Philippe Andre 2016-01-14 12:18:53 +09:00
parent 8b00eb1dd1
commit 5a4bdaac2d
1 changed files with 2 additions and 0 deletions

View File

@ -453,6 +453,8 @@ main(void)
if (!ecore_evas_init()) return 0;
printf("Loading 3d meshes. Press Left or Right to switch between models.\n");
ecore_evas = ecore_evas_new(NULL, 10, 10, WIDTH, HEIGHT, NULL);
if (!ecore_evas) return 0;