mirror of
https://github.com/love2d/love.git
synced 2026-08-18 19:54:22 +02:00
Removed love.graphics.newStencil (issue #569)
This commit is contained in:
@@ -54,7 +54,6 @@ int w_getDimensions(lua_State *L);
|
||||
int w_isCreated(lua_State *L);
|
||||
int w_setScissor(lua_State *L);
|
||||
int w_getScissor(lua_State *L);
|
||||
int w_newStencil(lua_State *L);
|
||||
int w_setStencil(lua_State *L);
|
||||
int w_setAlphaTest(lua_State *L);
|
||||
int w_getAlphaTest(lua_State *L);
|
||||
|
||||
Reference in New Issue
Block a user