ah. (#2225)
This commit is contained in:
parent
cba838dd52
commit
817b409ec8
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue