Skip to content

Commit 5ec0a4d

Browse files
cooltyp100misyltoad
authored andcommitted
WaylandBackend: Fix IsPaused return value
1 parent 67fcb3a commit 5ec0a4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Backends/WaylandBackend.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2251,7 +2251,7 @@ namespace gamescope
22512251

22522252
bool CWaylandBackend::IsPaused() const
22532253
{
2254-
return true;
2254+
return false;
22552255
}
22562256

22572257
bool CWaylandBackend::IsVisible() const

0 commit comments

Comments
 (0)