diff --git a/legacy/project/src/iPhone/UIStageView.mm b/legacy/project/src/iPhone/UIStageView.mm index a6ad63420..5574aec3a 100644 --- a/legacy/project/src/iPhone/UIStageView.mm +++ b/legacy/project/src/iPhone/UIStageView.mm @@ -523,7 +523,7 @@ static std::string nmeTitle; - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event { - NSArray *touchArr = [touches allObjects]; + NSArray *touchArr = [[event allTouches] allObjects]; NSInteger touchCnt = [touchArr count]; for(int i=0;i