updated to latest love-android (changeset 7b5f223900b)

This commit is contained in:
fysx
2015-01-22 10:48:45 +01:00
parent 31cd05551e
commit 542c029666
22 changed files with 529 additions and 53 deletions
+1 -1
View File
@@ -247,7 +247,7 @@ int w_isConvex(lua_State *L)
}
}
lua_pushboolean(L, Math::instance.isConvex(vertices));
luax_pushboolean(L, Math::instance.isConvex(vertices));
return 1;
}