mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-28 22:26:28 +08:00
Corrected release bug
This commit is contained in:
parent
719a2388f5
commit
465822523d
@ -91,7 +91,7 @@ int main() {
|
||||
}
|
||||
else if (mouse.motion == Mouse::Released)
|
||||
{
|
||||
selection.endx = mouse.x-1;
|
||||
selection.endx = mouse.x;
|
||||
selection.endy = mouse.y;
|
||||
}
|
||||
else if (mouse.motion == Mouse::Moved)
|
||||
|
Loading…
Reference in New Issue
Block a user