Minor formatting fixes

This commit is contained in:
Gregory John Casamento 2020-07-19 05:01:13 -04:00
parent 25ab2c7a9d
commit 8a04e0f61d

View file

@ -560,7 +560,7 @@
NSXMLElement *docNode = [docNodes objectAtIndex: 0];
NSArray *array = [docNode nodesForXPath: @"//scene" error: NULL];
NSArray *firstResponderIdNodes = [docNode nodesForXPath: @"//objects/customObject[@sceneMemberID =\"firstResponder\"]/@id"
error: NULL];
error: NULL];
NSString *firstResponderId = @"-1";
if([firstResponderIdNodes count] > 0)