More cleanups. Have a bug in the refactored object loader

This commit is contained in:
Blake Watters
2011-02-13 03:33:37 -05:00
parent 0ea0a9b6d9
commit 2aec89b14c
3 changed files with 2 additions and 19 deletions

View File

@@ -36,7 +36,7 @@
}
- (void)informDelegateOfObjectLoadWithInfoDictionary:(NSDictionary*)dictionary {
NSMutableDictionary* newInfo = [NSMutableDictionary dictionaryWithDictionary:dictionary];
NSMutableDictionary* newInfo = [[NSMutableDictionary alloc] initWithDictionary:dictionary];
NSArray* models = [dictionary objectForKey:@"objects"];
[dictionary release];