input: Fix broken confinement check
This commit is contained in:
parent
c06529b548
commit
bf8fb0ac24
1 changed files with 1 additions and 1 deletions
|
|
@ -597,7 +597,7 @@ impl State {
|
||||||
(0, 0),
|
(0, 0),
|
||||||
WindowSurfaceType::ALL,
|
WindowSurfaceType::ALL,
|
||||||
)
|
)
|
||||||
.is_some()
|
.is_none()
|
||||||
{
|
{
|
||||||
ptr.frame(self);
|
ptr.frame(self);
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue