mirror of
https://github.com/love2d/love.git
synced 2026-08-18 03:34:23 +02:00
Cleaned up some code, the 'ry' parameter of love.graphics.rectangle now defaults to the value of 'rx' rather than defaulting to 0.
This commit is contained in:
@@ -59,7 +59,7 @@ int w_GlyphData_getGlyph(lua_State *L)
|
||||
lua_pushnumber(L, (lua_Number) glyph);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
int w_GlyphData_getGlyphString(lua_State *L)
|
||||
{
|
||||
GlyphData *t = luax_checkglyphdata(L, 1);
|
||||
|
||||
Reference in New Issue
Block a user