diff --git a/src/bin/image_map_3d_6.c b/src/bin/image_map_3d_6.c index 74716a2..fd0c419 100644 --- a/src/bin/image_map_3d_6.c +++ b/src/bin/image_map_3d_6.c @@ -101,7 +101,7 @@ _cube_pos(Cube *c, Evas_Coord x, Evas_Coord y, Evas_Coord z, double dx, double dy, double dz) { - Evas_Map *m = NULL; + static Evas_Map *m = NULL; int i, j, order[6], sorted; Evas_Coord mz[6];