Skip to content
Snippets Groups Projects
Commit 278c2464 authored by dg's avatar dg
Browse files

oups

git-svn-id: http://svn.net-core.org/repos/t-engine4@2879 51575b47-30f0-44d4-a5cc-537603b46e54
parent 371a1f7f
No related branches found
No related tags found
No related merge requests found
......@@ -303,7 +303,7 @@ static int map_objects_toscreen(lua_State *L)
int dx = x, dy = y;
int dz = moid;
vertices[0] = dx; vertices[1] = dy; vertices[3] = dz;
vertices[0] = dx; vertices[1] = dy; vertices[2] = dz;
vertices[3] = w + dx; vertices[4] = dy; vertices[5] = dz;
vertices[6] = w + dx; vertices[7] = h + dy; vertices[8] = dz;
vertices[9] = dx; vertices[10] = h + dy; vertices[11] = dz;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment