Renamed love.graphics.getMaxImageSize to love.graphics.getMaxTextureSize (old function is still there, but deprecated.)

This commit is contained in:
Alex Szpakowski
2014-01-09 22:18:37 -04:00
parent 6fcebf69e4
commit c64b3d2527
4 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ int w_setScissor(lua_State *L);
int w_getScissor(lua_State *L);
int w_setStencil(lua_State *L);
int w_setInvertedStencil(lua_State *L);
int w_getMaxImageSize(lua_State *L);
int w_getMaxTextureSize(lua_State *L);
int w_newImage(lua_State *L);
int w_newQuad(lua_State *L);
int w_newFont(lua_State *L);