Skip to content

Commit

Permalink
ah. (#2225)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaklyy authored Nov 30, 2024
1 parent cba838d commit 817b409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NDS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ void NDS::RunSystemSleep(u64 timestamp)
param = evt.Param;

EventFunc func = evt.Funcs[evt.FuncID];
func(this, param);
func(evt.That, param);
}
}
}
Expand Down

0 comments on commit 817b409

Please sign in to comment.