Skip to content
Snippets Groups Projects
Commit ef5ca413 authored by neil's avatar neil
Browse files

Unused variables

git-svn-id: http://svn.net-core.org/repos/t-engine4@856 51575b47-30f0-44d4-a5cc-537603b46e54
parent c8986fa6
No related branches found
No related tags found
No related merge requests found
......@@ -247,9 +247,6 @@ static int noise_texture3d(lua_State *L)
int w = luaL_checknumber(L, 2);
int h = luaL_checknumber(L, 3);
int d = luaL_checknumber(L, 4);
float x = luaL_checknumber(L, 5);
float y = luaL_checknumber(L, 6);
float z = luaL_checknumber(L, 7);
GLubyte *map = malloc(w * h * d * 3 * sizeof(GLubyte));
int i, j, k;
......
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