mirror of
https://github.com/thes3m/XNI
synced 2024-12-26 13:26:06 +01:00
Fixed bug where events were not properly called.
This commit is contained in:
parent
692b18e6a9
commit
daa61f07fc
@ -40,6 +40,7 @@
|
||||
}
|
||||
|
||||
- (void) raiseWithSender:(id)sender eventArgs:(EventArgs*)e {
|
||||
[tempEvents removeAllObjects];
|
||||
[tempEvents addObjectsFromArray:delegates];
|
||||
for (Delegate *delegate in tempEvents) {
|
||||
[delegate invokeWithArgument:sender argument:e];
|
||||
|
Loading…
x
Reference in New Issue
Block a user