mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Remove commented out line
This commit is contained in:
@@ -86,7 +86,6 @@ int w_ImageData_setPixel(lua_State *L)
|
|||||||
c.g = luaL_checkint(L, 5);
|
c.g = luaL_checkint(L, 5);
|
||||||
c.b = luaL_checkint(L, 6);
|
c.b = luaL_checkint(L, 6);
|
||||||
c.a = luaL_optint(L,7,255);
|
c.a = luaL_optint(L,7,255);
|
||||||
//c.a = luaL_checkint(L,7);
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
t->setPixel(x, y, c);
|
t->setPixel(x, y, c);
|
||||||
|
|||||||
Reference in New Issue
Block a user