mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Cleaned up some code, the 'ry' parameter of love.graphics.rectangle now defaults to the value of 'rx' rather than defaulting to 0.
This commit is contained in:
@@ -280,7 +280,7 @@ static int getGammaArgs(lua_State *L, float color[4])
|
||||
|
||||
if (numcomponents == 0)
|
||||
luaL_checknumber(L, 1);
|
||||
|
||||
|
||||
return numcomponents;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user