Merged default into minor

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2014-04-15 18:35:33 -03:00
14 changed files with 12 additions and 2980 deletions
@@ -147,6 +147,9 @@ int w_Mesh_getVertices(lua_State *L)
size_t count = t->getVertexCount();
lua_createtable(L, count, 0);
if (count == 0 || vertices == nullptr)
return 1;
for (size_t i = 0; i < count; i++)
{
// Create vertex table.