mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +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:
@@ -627,7 +627,7 @@ EnumMap<Keyboard::Scancode, SDL_Scancode, SDL_NUM_SCANCODES>::Entry Keyboard::sc
|
||||
{SCANCODE_KBDILLUMUP, SDL_SCANCODE_KBDILLUMUP},
|
||||
{SCANCODE_EJECT, SDL_SCANCODE_EJECT},
|
||||
{SCANCODE_SLEEP, SDL_SCANCODE_SLEEP},
|
||||
|
||||
|
||||
{SCANCODE_APP1, SDL_SCANCODE_APP1},
|
||||
{SCANCODE_APP2, SDL_SCANCODE_APP2},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user