diff --git a/legacy/project/src/iPhone/UIStageView.mm b/legacy/project/src/iPhone/UIStageView.mm index 9e71a17cc..a6ad63420 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 = [[event allTouches] allObjects]; + NSArray *touchArr = [touches allObjects]; NSInteger touchCnt = [touchArr count]; for(int i=0;i