mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-03 04:55:42 -04:00
Merge pull request #561 from lioncash/rectangle
rectangle: Correct assignment of right within SetExtents
This commit is contained in:
commit
e228588823
@ -41,7 +41,7 @@ struct Rectangle
|
||||
{
|
||||
left = x;
|
||||
top = y;
|
||||
left = x + width;
|
||||
right = x + width;
|
||||
bottom = y + height;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user