Removed now-unnecessary optional filter parameters from love.graphics.newImageFont

This commit is contained in:
Alex Szpakowski
2013-04-28 18:15:03 -07:00
parent ad2239aaaf
commit 8b50dd499b
5 changed files with 18 additions and 44 deletions
+2 -2
View File
@@ -139,9 +139,9 @@ int w_Shader_sendInt(lua_State *L)
delete[] values;
return luaL_error(L, "%s", e.what());
}
delete[] values;
return 0;
}