steam fix

This commit is contained in:
Simon Balling
2021-09-02 22:02:17 +02:00
parent f4445f7b0a
commit 248c36c357
3 changed files with 4 additions and 4 deletions

View File

@@ -66,8 +66,8 @@ export default function ReplaceNative() {
l('bigCookie').removeEventListener('click', Game.ClickCookie, false);
l('bigCookie').addEventListener(
'click',
() => {
FixMouseY(Game.ClickCookie);
(event) => {
FixMouseY(()=> Game.ClickCookie(event,0));
},
false,
);