This commit is contained in:
David Walter Seikel 2013-05-22 12:56:28 +10:00
parent 01ad3d9a66
commit 7cdda677de
1 changed files with 1 additions and 1 deletions

View File

@ -2954,7 +2954,7 @@ static int _elua_map_smooth(lua_State *L);
static int _elua_map_uv(lua_State *L);
static int _elua_map_zoom(lua_State *L);
static const char *_elua_evas_map_api = "ewas_map";
static const char *_elua_evas_map_api = "evas_map";
static const struct luaL_Reg _elua_evas_map_funcs [] =
{
{"alpha", _elua_map_alpha},