From 817b409ec893fb0b2b745ee18feced08706419de Mon Sep 17 00:00:00 2001 From: Jakly <102590697+Jaklyy@users.noreply.github.com> Date: Fri, 29 Nov 2024 20:54:54 -0500 Subject: [PATCH] ah. (#2225) --- src/NDS.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NDS.cpp b/src/NDS.cpp index 7cef3bf0..a49d2e17 100644 --- a/src/NDS.cpp +++ b/src/NDS.cpp @@ -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); } } }