mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Removed now-unnecessary optional filter parameters from love.graphics.newImageFont
This commit is contained in:
@@ -139,9 +139,9 @@ int w_Shader_sendInt(lua_State *L)
|
||||
delete[] values;
|
||||
return luaL_error(L, "%s", e.what());
|
||||
}
|
||||
|
||||
|
||||
delete[] values;
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user