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