This commit is contained in:
Jakly 2024-11-29 20:54:54 -05:00 committed by GitHub
parent cba838dd52
commit 817b409ec8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}
}