Rename love.graphics.[sg]etRenderTarget to love.graphics.[sg]etCanvas

This commit is contained in:
vrld
2011-12-11 16:24:59 +01:00
parent a003f5d581
commit 2b7da8ea27
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -89,8 +89,8 @@ namespace opengl
int w_getPointStyle(lua_State * L);
int w_getMaxPointSize(lua_State * L);
int w_newScreenshot(lua_State * L);
int w_setRenderTarget(lua_State * L);
int w_getRenderTarget(lua_State * L);
int w_setCanvas(lua_State * L);
int w_getCanvas(lua_State * L);
int w_setPixelEffect(lua_State * L);
int w_isSupported(lua_State * L);
int w_draw(lua_State * L);