mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Make roudned rectangle a variant of rectangle
This commit is contained in:
@@ -111,7 +111,6 @@ int w_rectangle(lua_State *L);
|
||||
int w_circle(lua_State *L);
|
||||
int w_ellipse(lua_State *L);
|
||||
int w_arc(lua_State *L);
|
||||
int w_roundedRectangle(lua_State *L);
|
||||
int w_polygon(lua_State *L);
|
||||
int w_push(lua_State *L);
|
||||
int w_pop(lua_State *L);
|
||||
|
||||
Reference in New Issue
Block a user