Skip to content

Commit

Permalink
fix sticky pause input?
Browse files Browse the repository at this point in the history
  • Loading branch information
Dregu committed Nov 30, 2023
1 parent 60c766d commit 8bdfee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/injected/ui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9388,7 +9388,7 @@ set_callback(function()
end, ON.POST_GAME_LOOP)
set_callback(function()
if exports.paused and not exports.skip then
if test_mask(exports.type, 0xc0) and exports.paused and not exports.skip then
return true
end
end, ON.PRE_PROCESS_INPUT)
Expand Down

0 comments on commit 8bdfee2

Please sign in to comment.