From 64df4270b6fb7d79b4305788e2e11384d3c1c708 Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Mon, 21 Sep 2015 13:42:34 -0700 Subject: [PATCH] Fix iOS multitouch (legacy) --- legacy/project/src/iPhone/UIStageView.mm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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