Fix iOS assets. Thanks rock88

This commit is contained in:
Sacha 2013-02-28 10:28:29 +10:00
parent 447180b45e
commit f750724dea

View File

@ -55,7 +55,7 @@ ViewController* sharedViewController;
self.touches = [[[NSMutableArray alloc] init] autorelease];
self.documentsPath = [NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES) objectAtIndex:0];
self.bundlePath = [[[NSBundle mainBundle] resourcePath] stringByAppendingString:@"/assets"];
self.bundlePath = [[[NSBundle mainBundle] resourcePath] stringByAppendingString:@"/assets/"];
memset(&input_state, 0, sizeof(input_state));